Condividi tramite


Proprietà Rectangle.OmitBorderOnPageBreak

Gets a value that indicates the borders should not appear at locations where the rectangle spans multiple pages.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OmitBorderOnPageBreak As Boolean 
    Get
'Utilizzo
Dim instance As Rectangle 
Dim value As Boolean 

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

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

Rectangle Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering