다음을 통해 공유


CustomData.DataCells 속성

정의

사용자 지정 보고서 항목 데이터의 각 세부 셀에 포함된 데이터 값을 반환합니다.

public:
 property Microsoft::ReportingServices::ReportRendering::DataCellCollection ^ DataCells { Microsoft::ReportingServices::ReportRendering::DataCellCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.DataCellCollection DataCells { get; }
member this.DataCells : Microsoft.ReportingServices.ReportRendering.DataCellCollection
Public ReadOnly Property DataCells As DataCellCollection

속성 값

사용자 지정 보고서 항목 데이터의 각 세부 셀에 포함된 데이터 값을 포함하는 DataCellCollection 개체입니다.

적용 대상