Partilhar via


Propriedade do RDL TextBox.CanScrollVertically

Gets a Boolean value that indicates whether the text box can have a vertical scroll bar to accommodate the contents.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property CanScrollVertically As Boolean 
    Get
'Uso
Dim instance As TextBox 
Dim value As Boolean 

value = instance.CanScrollVertically
public bool CanScrollVertically { get; }
public:
property bool CanScrollVertically {
    bool get ();
}
member CanScrollVertically : bool
function get CanScrollVertically () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the textbox can have a vertical scroll bar to accommodate the contents; otherwise, false.

Consulte também

Referência

TextBox Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering