Compartilhar via


Propriedade do RDL Visibility.RecursiveToggleReceiver

Gets a value that indicates whether the item has a recursive toggle receiver.

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

Sintaxe

'Declaração
Public MustOverride ReadOnly Property RecursiveToggleReceiver As Boolean 
    Get
'Uso
Dim instance As Visibility 
Dim value As Boolean 

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

Valor da propriedade

Tipo: System.Boolean
true if the item has a recursive toggle receiver; otherwise, false.

Consulte também

Referência

Visibility Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering