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 命名空间