ActiveReports Developer 7
ToggleReceiver Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IDataScope Interface : ToggleReceiver Property

Glossary Item Box

Specifies the component that can be toggled for the current scope if there is one.

Syntax

Visual Basic (Declaration) 
Property ToggleReceiver As IToggleReceiver
C# 
IToggleReceiver ToggleReceiver {get; set;}

See Also