GridColumnCollection Constructors

Definition

Overloads

GridColumnCollection()
GridColumnCollection(GridColumn[])
GridColumnCollection(GridColumnCollection)

GridColumnCollection()

public:
 GridColumnCollection();
public GridColumnCollection ();
Public Sub New ()

Applies to

GridColumnCollection(GridColumn[])

public:
 GridColumnCollection(cli::array <Microsoft::ReportingServices::QueryDesigners::GridColumn ^> ^ value);
public GridColumnCollection (Microsoft.ReportingServices.QueryDesigners.GridColumn[] value);
new Microsoft.ReportingServices.QueryDesigners.GridColumnCollection : Microsoft.ReportingServices.QueryDesigners.GridColumn[] -> Microsoft.ReportingServices.QueryDesigners.GridColumnCollection
Public Sub New (value As GridColumn())

Parameters

value
GridColumn[]

Applies to

GridColumnCollection(GridColumnCollection)

public:
 GridColumnCollection(Microsoft::ReportingServices::QueryDesigners::GridColumnCollection ^ value);
public GridColumnCollection (Microsoft.ReportingServices.QueryDesigners.GridColumnCollection value);
new Microsoft.ReportingServices.QueryDesigners.GridColumnCollection : Microsoft.ReportingServices.QueryDesigners.GridColumnCollection -> Microsoft.ReportingServices.QueryDesigners.GridColumnCollection
Public Sub New (value As GridColumnCollection)

Parameters

Applies to