Свойство OmitBorderOnPageBreak

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property OmitBorderOnPageBreak As Boolean
    Get
'Применение
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

Значение свойства

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