Partager via


Propriété BandLayoutOptions.ColumnCount

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ColumnCount As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
Returns Int32.

Voir aussi

Référence

BandLayoutOptions Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering