Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
Property Value
Type: Microsoft.ReportingServices.ReportRendering.DataCellCollection
A DataCellCollection object containing the data values contained in each detail cell of the custom report item data.