Condividi tramite


Proprietà PageBreak.BreakLocation

Indicates where the page break should occur.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property BreakLocation As BreakLocations 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.BreakLocations
A BreakLocations object.

Vedere anche

Riferimento

PageBreak Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel