다음을 통해 공유


DataCell.DataValues 속성

Gets the values contained in this cell.

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

구문

‘선언
Public ReadOnly Property DataValues As DataValueCollection 
    Get
‘사용 방법
Dim instance As DataCell 
Dim value As DataValueCollection 

value = instance.DataValues
public DataValueCollection DataValues { get; }
public:
property DataValueCollection^ DataValues {
    DataValueCollection^ get ();
}
member DataValues : DataValueCollection
function get DataValues () : DataValueCollection

속성 값

유형: Microsoft.ReportingServices.ReportRendering.DataValueCollection
A DataValueCollection object containing the values for this cell.

참고 항목

참조

DataCell 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스