Visibility.RecursiveToggleReceiver-Eigenschaft
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
Eigenschaftswert
Typ: System.Boolean
true if the item has a recursive toggle receiver; otherwise, false.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace