Propriedade do RDL Tablix.OmitBorderOnPageBreak

Indicates the borders should not appear at locations where the tablix spans multiple pages. Also causes repeated background images to continue rather than restart after a page break.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property OmitBorderOnPageBreak As Boolean 
    Get
'Uso
Dim instance As Tablix 
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 da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

Tablix Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering