Partilhar via


Propriedade do RDL Group.HasToggle

Gets a value that indicates that a toggle item is defined for this object.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property HasToggle As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Group Classe

Namespace Microsoft.ReportingServices.ReportRendering