DataCells 屬性
Returns the data values contained in each detail cell of the custom report item data.
命名空間: 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
A DataCellCollection object containing the data values contained in each detail cell of the custom report item data.