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

    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