Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the complexity of the tablix should result in page breaks in the body of the tablix being ignored.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IgnoreCellPageBreaks As Boolean
Get
'Usage
Dim instance As TablixBody
Dim value As Boolean
value = instance.IgnoreCellPageBreaks
public bool IgnoreCellPageBreaks { get; }
public:
property bool IgnoreCellPageBreaks {
bool get ();
}
member IgnoreCellPageBreaks : bool
function get IgnoreCellPageBreaks () : boolean
Property Value
Type: System.Boolean
A Boolean value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace