GridHeader.HeaderItemCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GridHeader.HeaderItemCollection() | |
GridHeader.HeaderItemCollection(GridHeader+HeaderItem[]) | |
GridHeader.HeaderItemCollection(GridHeader+HeaderItemCollection) |
GridHeader.HeaderItemCollection()
public:
HeaderItemCollection();
public HeaderItemCollection ();
Public Sub New ()
Applies to
GridHeader.HeaderItemCollection(GridHeader+HeaderItem[])
public:
HeaderItemCollection(cli::array <Microsoft::ReportingServices::QueryDesigners::GridHeader::HeaderItem ^> ^ value);
public HeaderItemCollection (Microsoft.ReportingServices.QueryDesigners.GridHeader.HeaderItem[] value);
new Microsoft.ReportingServices.QueryDesigners.GridHeader.HeaderItemCollection : Microsoft.ReportingServices.QueryDesigners.GridHeader.HeaderItem[] -> Microsoft.ReportingServices.QueryDesigners.GridHeader.HeaderItemCollection
Public Sub New (value As GridHeader.HeaderItem())
Parameters
- value
- GridHeader.HeaderItem[]
Applies to
GridHeader.HeaderItemCollection(GridHeader+HeaderItemCollection)
public:
HeaderItemCollection(Microsoft::ReportingServices::QueryDesigners::GridHeader::HeaderItemCollection ^ value);
public HeaderItemCollection (Microsoft.ReportingServices.QueryDesigners.GridHeader.HeaderItemCollection value);
new Microsoft.ReportingServices.QueryDesigners.GridHeader.HeaderItemCollection : Microsoft.ReportingServices.QueryDesigners.GridHeader.HeaderItemCollection -> Microsoft.ReportingServices.QueryDesigners.GridHeader.HeaderItemCollection
Public Sub New (value As GridHeader.HeaderItemCollection)