KeepTogether Propiedad
Indicates that the entire contents of the textbox should be kept together on one page if possible.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property KeepTogether As Boolean
Get
'Uso
Dim instance As TextBox
Dim value As Boolean
value = instance.KeepTogether
public bool KeepTogether { get; }
public:
property bool KeepTogether {
bool get ();
}
member KeepTogether : bool
function get KeepTogether () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value.
Vea también