Bagikan melalui


Tablix.OmitBorderOnPageBreak Property

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 (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property OmitBorderOnPageBreak As Boolean 
    Get
'Usage
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

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

Tablix Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace