Share via


DataCells 속성

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.