CustomData.DataCells-Eigenschaft
Returns the data values contained in each detail cell of the custom report item data.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataCells As DataCellCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.ReportRendering.DataCellCollection
A DataCellCollection object containing the data values contained in each detail cell of the custom report item data.