次の方法で共有


BlockOfCellsCollection コンストラクター

定義

オーバーロード

BlockOfCellsCollection()
BlockOfCellsCollection(BlockOfCells[])
BlockOfCellsCollection(BlockOfCellsCollection)

BlockOfCellsCollection()

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

適用対象

BlockOfCellsCollection(BlockOfCells[])

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

パラメーター

value
BlockOfCells[]

適用対象

BlockOfCellsCollection(BlockOfCellsCollection)

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

パラメーター

適用対象