HasToggle 属性

Indicates that a toggle item is defined for this object.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Overridable ReadOnly Property HasToggle As Boolean
    Get
用法
Dim instance As Group
Dim value As Boolean

value = instance.HasToggle
public virtual bool HasToggle { get; }
public:
virtual property bool HasToggle {
    bool get ();
}
abstract HasToggle : bool
override HasToggle : bool
function get HasToggle () : boolean

属性值

类型:System. . :: . .Boolean
A Boolean value indicating that a toggle item is defined for this object.