Partager via


Propriété Tablix.BandLayout

Gets the band layout options.

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

Syntaxe

'Déclaration
Public ReadOnly Property BandLayout As BandLayoutOptions 
    Get
'Utilisation
Dim instance As Tablix 
Dim value As BandLayoutOptions 

value = instance.BandLayout
public BandLayoutOptions BandLayout { get; }
public:
property BandLayoutOptions^ BandLayout {
    BandLayoutOptions^ get ();
}
member BandLayout : BandLayoutOptions
function get BandLayout () : BandLayoutOptions

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.BandLayoutOptions
Returns BandLayoutOptions.

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering