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


In This Topic
    Grid Property (ReportStyleSheet)
    In This Topic
    Gets or sets the grid's report style.
    Syntax
    'Declaration
     
    Public Property Grid As GridControlReportStyle
    'Usage
     
    Dim instance As ReportStyleSheet
    Dim value As GridControlReportStyle
     
    instance.Grid = value
     
    value = instance.Grid
    public GridControlReportStyle Grid {get; set;}

    Property Value

    A GridControlReportStyle representing the grid's report style.
    Remarks

    The report styles of all the elements contained in the grid can be accessed through this property (GridControlReportStyle).

    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