Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets whether the entire contents of the text box should be kept together on one page if possible.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property KeepTogether As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
True if the entire contents of the text box should be kept together on one page if possible; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel