Sets contextual menu in the ReportViewer

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

Syntax

C#
public void SetContextMenu(
	ContextMenu contextMenu
)
Visual Basic (Declaration)
Public Sub SetContextMenu ( _
	contextMenu As ContextMenu _
)
Visual C++
public:
void SetContextMenu(
	ContextMenu^ contextMenu
)

Parameters

contextMenu
Type: System.Windows.Forms..::.ContextMenu

See Also