다음을 통해 공유


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 네임스페이스