Partilhar via


Propriedade do RDL ReportItem.HasToggle

Gets a value that indicates whether the report definition defines a toggle item for this report item.

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

Sintaxe

'Declaração
Public ReadOnly Property HasToggle As Boolean 
    Get
'Uso
Dim instance As ReportItem 
Dim value As Boolean 

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

Valor da propriedade

Tipo: System.Boolean
A Boolean value indicating whether the report definition defines a toggle item for this report item.

Consulte também

Referência

ReportItem Classe

Namespace Microsoft.ReportingServices.ReportRendering