DataCells プロパティ

カスタム レポート アイテム データの各詳細セルに含まれるデータ値を返します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property DataCells As DataCellCollection
    Get
'使用
Dim instance As CustomData
Dim value As DataCellCollection

value = instance.DataCells
public DataCellCollection DataCells { get; }
public:
property DataCellCollection^ DataCells {
    DataCellCollection^ get ();
}
member DataCells : DataCellCollection
function get DataCells () : DataCellCollection

プロパティ値

型: Microsoft.ReportingServices.ReportRendering. . :: . .DataCellCollection
カスタム レポート アイテム データの各詳細セルに含まれるデータ値を表す DataCellCollection オブジェクトです。