Свойство CustomData.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.

См. также

Справочник

CustomData Класс

Пространство имен Microsoft.ReportingServices.ReportRendering