Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a Boolean value that indicates whether the text box can have a vertical scroll bar to accommodate the contents.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CanScrollVertically As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the textbox can have a vertical scroll bar to accommodate the contents; otherwise, false.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering