DataValues 속성
Gets the values contained in this cell.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.