Partager via


Propriété Tablix.CanScroll

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.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CanScroll As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
Returns Boolean.

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering