PageBreak-Klasse
Defines page break behavior for a Group, DataRegion or Rectangle.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.PageBreak
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class PageBreak
'Usage
Dim instance As PageBreak
public sealed class PageBreak
public ref class PageBreak sealed
[<SealedAttribute>]
type PageBreak = class end
public final class PageBreak
Der PageBreak-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
BreakLocation | Gets a value that indicates where the page break should occur. | |
Disabled | Gets an expression that evaluates to a value that indicates whether the page break is disabled. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
ResetPageNumber | Gets an expression that evaluates to a value that indicates whether the page number should be reset. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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