Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the page break behavior for the rectangle.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property PageBreak As PageBreak
Get
Set
'Uso
Dim instance As Rectangle
Dim value As PageBreak
value = instance.PageBreak
instance.PageBreak = value
public PageBreak PageBreak { get; set; }
public:
virtual property PageBreak^ PageBreak {
PageBreak^ get () sealed;
void set (PageBreak^ value) sealed;
}
abstract PageBreak : PageBreak with get, set
override PageBreak : PageBreak with get, set
final function get PageBreak () : PageBreak
final function set PageBreak (value : PageBreak)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.PageBreak
A PageBreak object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel