Columns 속성
Gets the default number of columns for rendering the report.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property Columns As Integer
Get
‘사용 방법
Dim instance As Report
Dim value As Integer
value = instance.Columns
public int Columns { get; }
public:
property int Columns {
int get ();
}
member Columns : int
function get Columns () : int
속성 값
형식: System. . :: . .Int32
An integer value containing the number of columns that is the default when rendering the report.