TablixMember.KeepTogether 属性

Gets a Boolean value that indicates whether to keep the entire tablix member together if possible.

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

语法

声明
Public Overridable ReadOnly Property KeepTogether As Boolean 
    Get
用法
Dim instance As TablixMember 
Dim value As Boolean 

value = instance.KeepTogether
public virtual bool KeepTogether { get; }
public:
virtual property bool KeepTogether {
    bool get ();
}
abstract KeepTogether : bool 
override KeepTogether : bool
function get KeepTogether () : boolean

属性值

类型:System.Boolean
true if the entire tablix member should be kept together if possible; otherwise, false.

请参阅

参考

TablixMember 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间