共用方式為


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.