Compartilhar via


Propriedade do RDL BandLayoutOptions.ColumnCount

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ColumnCount As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
Returns Int32.

Consulte também

Referência

BandLayoutOptions Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering