다음을 통해 공유


DataCellCollection.ColumnCount 속성

Returns the number of columns in the data cell array.

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

구문

‘선언
Public ReadOnly Property ColumnCount As Integer 
    Get
‘사용 방법
Dim instance As DataCellCollection 
Dim value As Integer 

value = instance.ColumnCount
public int ColumnCount { get; }
public:
property int ColumnCount {
    int get ();
}
member ColumnCount : int
function get ColumnCount () : int

속성 값

유형: System.Int32
An integer containing the number of columns in the data cell array.

참고 항목

참조

DataCellCollection 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스