共用方式為


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.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property CanScroll As Boolean 
    Get
'用途
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

屬性值

型別:System.Boolean
Returns Boolean.

請參閱

參考

Tablix 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間