共用方式為


BandLayoutOptions.ColumnCount 屬性

Gets the number of columns that should be displayed on each band sheet when the tablix is rendered.

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

語法

'宣告
Public ReadOnly Property ColumnCount As Integer 
    Get
'用途
Dim instance As BandLayoutOptions 
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
Returns Int32.

請參閱

參考

BandLayoutOptions 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間