GridCellCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GridCellCollection() | |
GridCellCollection(GridCell[]) | |
GridCellCollection(GridCellCollection) |
GridCellCollection()
public:
GridCellCollection();
public GridCellCollection ();
Public Sub New ()
適用対象
GridCellCollection(GridCell[])
public:
GridCellCollection(cli::array <Microsoft::ReportingServices::QueryDesigners::GridCell ^> ^ value);
public GridCellCollection (Microsoft.ReportingServices.QueryDesigners.GridCell[] value);
new Microsoft.ReportingServices.QueryDesigners.GridCellCollection : Microsoft.ReportingServices.QueryDesigners.GridCell[] -> Microsoft.ReportingServices.QueryDesigners.GridCellCollection
Public Sub New (value As GridCell())
パラメーター
- value
- GridCell[]
適用対象
GridCellCollection(GridCellCollection)
public:
GridCellCollection(Microsoft::ReportingServices::QueryDesigners::GridCellCollection ^ value);
public GridCellCollection (Microsoft.ReportingServices.QueryDesigners.GridCellCollection value);
new Microsoft.ReportingServices.QueryDesigners.GridCellCollection : Microsoft.ReportingServices.QueryDesigners.GridCellCollection -> Microsoft.ReportingServices.QueryDesigners.GridCellCollection
Public Sub New (value As GridCellCollection)
パラメーター
- value
- GridCellCollection