Compartir a través de


SubReport.OmitBorderOnPageBreak Propiedad

Gets a Boolean value that indicates whether borders should be removed wherever the subreport spans multiple pages.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property OmitBorderOnPageBreak As Boolean 
    Get
'Uso
Dim instance As SubReport 
Dim value As Boolean 

value = instance.OmitBorderOnPageBreak
public bool OmitBorderOnPageBreak { get; }
public:
property bool OmitBorderOnPageBreak {
    bool get ();
}
member OmitBorderOnPageBreak : bool
function get OmitBorderOnPageBreak () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if borders should be removed wherever the subreport spans multiple pages; otherwise, false.

Vea también

Referencia

SubReport Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering