Share via


Visibility.RecursiveToggleReceiver Property

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

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

Syntax

'Declaration
Public MustOverride ReadOnly Property RecursiveToggleReceiver As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

Visibility Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace