Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property CanScroll As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
Returns Boolean.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering