Właściwość PageBreak.BreakLocation
Wskazuje, gdzie podział strona powinny występować.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property BreakLocation As BreakLocations
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.BreakLocations
A BreakLocations obiektu.