Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a Boolean value that indicates whether Indicates that the tablix will get scroll bars when the content size grows beyond the definition size of the tablix.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CanScroll As Boolean
Get
'Usage
Dim instance As Tablix
Dim value As Boolean
value = instance.CanScroll
public bool CanScroll { get; }
public:
property bool CanScroll {
bool get ();
}
member CanScroll : bool
function get CanScroll () : boolean
Eigenschaftswert
Typ: System.Boolean
Returns Boolean.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace