Share via


SubReport.OmitBorderOnPageBreak Property

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

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 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

Property Value

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

See Also

Reference

SubReport Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace