Gets collection of all actions of the ReportViewer.

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ActionCollection Actions { get; }
Visual Basic (Declaration)
Public ReadOnly Property Actions As ActionCollection
Visual C++
public:
property ActionCollection^ Actions {
	ActionCollection^ get ();
}

See Also