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


In This Topic
    GridControl Property (Report)
    In This Topic
    Gets or sets the GridControl on which the report will be based.
    Syntax
    'Declaration
     
    Public Property GridControl As GridControl
    'Usage
     
    Dim instance As Report
    Dim value As GridControl
     
    instance.GridControl = value
     
    value = instance.GridControl
    public GridControl GridControl {get; set;}
    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