Propriété PageBreak
Gets or sets the page break behavior for the map.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property PageBreak As PageBreak
Get
Set
'Utilisation
Dim instance As Map
Dim value As PageBreak
value = instance.PageBreak
instance.PageBreak = value
public PageBreak PageBreak { get; set; }
public:
property PageBreak^ PageBreak {
PageBreak^ get ();
void set (PageBreak^ value);
}
member PageBreak : PageBreak with get, set
function get PageBreak () : PageBreak
function set PageBreak (value : PageBreak)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .PageBreak
A PageBreak object.