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.
Indicates where the page break should occur.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property BreakLocation As BreakLocations
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.BreakLocations
A BreakLocations object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel