Proprietà 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.
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 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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value.
Vedere anche