Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ReportStyleSheet Class
Members


In This Topic
    ReportStyleSheet Class
    In This Topic
    Represents a report style sheet that will be used when a report is generated.
    Syntax
    'Declaration
     
    Public Class ReportStyleSheet 
    'Usage
     
    Dim instance As ReportStyleSheet
    public class ReportStyleSheet 
    Remarks

    If properties of a grid element's Xceed.Grid.GridElement.ReportStyle property have been explicitly set, the element's report style will override the corresponding report style in the report style sheet. For example, if both a Xceed.Grid.ColumnManagerRow's ReportStyle.BackColor and the report style sheet's Grid.ColumnManagerRow.BackColor properties have been explicitly set, all the ColumnManagerRows contained in the report, with the exception of the one whose ReportStyle.BackColor property has been explicitly set, will have the background color defined in the report style sheet.

    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Reporting.ReportStyleSheet

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the Contemporary stock report stylesheet.  
    Public Propertystatic (Shared in Visual Basic)Gets the CorporateAerated stock report stylesheet.  
    Public Propertystatic (Shared in Visual Basic)Gets the CorporateCompact stock report stylesheet.  
    Public Propertystatic (Shared in Visual Basic)Gets the CorporateConfidential stock report stylesheet.  
    Public Propertystatic (Shared in Visual Basic)Gets the CorporateLined stock report stylesheet.  
    Public Propertystatic (Shared in Visual Basic)Gets the Default stock report stylesheet.  
    Public Propertystatic (Shared in Visual Basic)Gets a reference to an empty report stylesheet.  
    Public PropertyGets or sets the grid's report style.  
    Public PropertyGets or sets the page footer of the report.  
    Public PropertyGets or sets the page header of the report.  
    Public Propertystatic (Shared in Visual Basic)Gets the SoftGray stock report stylesheet.  
    Public Propertystatic (Shared in Visual Basic)Gets the SteelBlue stock report stylesheet.  
    Public Propertystatic (Shared in Visual Basic)Gets the Typewriter stock report stylesheet.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Loads a XML file to create a ReportStyleSheet object.  
    Public MethodOverloaded. Saves the stylesheet as a XML file specifying if an existing XML file should be replaced.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the GridChanged event.  
    Protected MethodRaises the PageFooterChanged event.  
    Protected MethodRaises the PageHeaderChanged event.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of the Grid property is changed.  
    Public EventRaised when the value of the PageFooter property is changed.  
    Public EventRaised when the value of the PageHeader property is changed.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also