TablixBody.IgnoreCellPageBreaks 属性

Indicates the complexity of the tablix should result in page breaks in the body of the tablix being ignored.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property IgnoreCellPageBreaks As Boolean
    Get
用法
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

属性值

类型:System.Boolean
A Boolean value.