Tablix.BandLayout Property
Gets the band layout options.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BandLayout As BandLayoutOptions
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.BandLayoutOptions
Returns BandLayoutOptions.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace