BandLayoutOptions Class

Represents the specific layout options to use when the Tablix is rendered on the canvas.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BandLayoutOptions

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

Syntax

'Declaration
Public NotInheritable Class BandLayoutOptions
'Usage
Dim instance As BandLayoutOptions
public sealed class BandLayoutOptions
public ref class BandLayoutOptions sealed
[<SealedAttribute>]
type BandLayoutOptions =  class end
public final class BandLayoutOptions

The BandLayoutOptions type exposes the following members.

Properties

  Name Description
Public property ColumnCount Gets the number of columns that should be displayed on each band sheet when the tablix is rendered.
Public property Navigation Gets the band navigation style.
Public property RowCount Gets the number of rows that should be displayed on each band sheet when the tablix is rendered.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace