Tablix.BandLayout Propiedad
Gets the band layout options.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property BandLayout As BandLayoutOptions
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.BandLayoutOptions
Returns BandLayoutOptions.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering