ToggleVisibilityAction Class
Inheritance Hierarchy
Namespace: Telerik.ReportingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
The ToggleVisibilityAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ToggleVisibilityAction |
Creates a new instance of the ToggleVisibilityAction class.
|
![]() | ToggleVisibilityAction(IActionTarget, Boolean) |
Creates a new instance of the ToggleVisibilityAction class
with the specified toggle visibility target and initial toggle mark state.
|
![]() | ToggleVisibilityAction(IActionTarget, Boolean) |
Creates a new instance of the ToggleVisibilityAction class
with specified toggle visibility targets and initial toggle mark state.
|
Properties
Name | Description | |
---|---|---|
![]() | DisplayExpandedMark |
Determines if the item exposing the action will be rendered initially with
expanded or with collapsed mark.
|
![]() | Targets |
Gets the list of toggle targets which visibility will be toggled
when the action is triggered.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(ToggleVisibilityAction) | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
Remarks
Use this action to specify an interactive action on a report item that toggles the visibility of one or more items / groups (drilldown).
When this action is set on an item, the item is rendered with an expand / collapse mark in all report viewers. Clicking on that mark triggers the action.