Propriété 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.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property OmitBorderOnPageBreak As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi