Freigeben über


BandLayoutOptions-Klasse

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

Vererbungshierarchie

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

Der BandLayoutOptions-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ColumnCount Gets the number of columns that should be displayed on each band sheet when the tablix is rendered.
Öffentliche Eigenschaft Navigation Gets the band navigation style.
Öffentliche Eigenschaft RowCount Gets the number of rows that should be displayed on each band sheet when the tablix is rendered.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace