Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace