Gets or sets whether the entire contents of the text box should be kept together on one page if possible.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property KeepTogether As Boolean
Get
Set
用法
Dim instance As Textbox
Dim value As Boolean
value = instance.KeepTogether
instance.KeepTogether = value
public bool KeepTogether { get; set; }
public:
property bool KeepTogether {
bool get ();
void set (bool value);
}
member KeepTogether : bool with get, set
function get KeepTogether () : boolean
function set KeepTogether (value : boolean)
属性值
类型:System.Boolean
True if the entire contents of the text box should be kept together on one page if possible; otherwise, false.