Partager via


Propriété DataCells

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataCells As DataCellCollection
    Get
'Utilisation
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

Valeur de propriété

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