GridHeader.HeaderItemCollection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GridHeader.HeaderItemCollection() | |
GridHeader.HeaderItemCollection(GridHeader+HeaderItem[]) | |
GridHeader.HeaderItemCollection(GridHeader+HeaderItemCollection) |
GridHeader.HeaderItemCollection()
public:
HeaderItemCollection();
public HeaderItemCollection ();
Public Sub New ()
Aplica-se a
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())
Parâmetros
- value
- GridHeader.HeaderItem[]
Aplica-se a
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)