Condividi tramite


Proprietà DataCells

Returns the data values contained in each detail cell of the custom report item data.

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DataCells As DataCellCollection
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .DataCellCollection
A DataCellCollection object containing the data values contained in each detail cell of the custom report item data.