Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ColumnReportStyle Class / ColumnReportStyle Constructor / ColumnReportStyle Constructor(Column)
A reference to the Xceed.Grid.Column for which the report style is to be created.


In This Topic
    ColumnReportStyle Constructor(Column)
    In This Topic
    Initializes a new instance of the ColumnReportStyle class specifying the Xceed.Grid.Column for which the report style is to be created.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parentColumn As Column _
    )
    'Usage
     
    Dim parentColumn As Column
     
    Dim instance As New ColumnReportStyle(parentColumn)
    public ColumnReportStyle( 
       Column parentColumn
    )

    Parameters

    parentColumn
    A reference to the Xceed.Grid.Column for which the report style is to be created.
    Remarks

    Unlike the other report styles, the default values of the Visible and Width properties inherit their default values from their parent column in the GridControl.

    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