Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates where the page break should occur.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property BreakLocation As BreakLocations
Get
Set
'Usage
Dim instance As PageBreak
Dim value As BreakLocations
value = instance.BreakLocation
instance.BreakLocation = value
public BreakLocations BreakLocation { get; set; }
public:
property BreakLocations BreakLocation {
BreakLocations get ();
void set (BreakLocations value);
}
member BreakLocation : BreakLocations with get, set
function get BreakLocation () : BreakLocations
function set BreakLocation (value : BreakLocations)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.BreakLocations
A BreakLocations object.