Reporting

Represents an interactive action that toggles the visibility of one or more items / groups.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class ToggleVisibilityAction : IAction, 
	IEquatable<ToggleVisibilityAction>
Visual Basic
Public Class ToggleVisibilityAction _
	Implements IAction, IEquatable(Of ToggleVisibilityAction)

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.

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting..::..ToggleVisibilityAction

Version Information

Supported in: 1.0.1

See Also