共用方式為


Group.HasToggle 屬性

Gets a value that 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.

請參閱

參考

Group 類別

Microsoft.ReportingServices.ReportRendering 命名空間