Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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 (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
Returns Boolean.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering