Proprietà Group.PageBreakProperties

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the properties of the page break.

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

Sintassi

'Dichiarazione
Public Property PageBreakProperties As PageBreakProperties 
    Get 
    Set
'Utilizzo
Dim instance As Group 
Dim value As PageBreakProperties 

value = instance.PageBreakProperties

instance.PageBreakProperties = value
public PageBreakProperties PageBreakProperties { get; set; }
public:
property PageBreakProperties^ PageBreakProperties {
    PageBreakProperties^ get ();
    void set (PageBreakProperties^ value);
}
member PageBreakProperties : PageBreakProperties with get, set
function get PageBreakProperties () : PageBreakProperties 
function set PageBreakProperties (value : PageBreakProperties)

Valore proprietà

Tipo: PageBreakProperties
The properties of the page break.

Vedere anche

Riferimento

Group Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel