共用方式為


Page.Columns 屬性

Gets the default number of columns for rendering the report.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Columns As Integer 
    Get
'用途
Dim instance As Page 
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 int value.

請參閱

參考

Page 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間