See Also

ReportViewerObject Class  | ReportViewerObject Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

ContextMenu Property

Gets or sets a context menu to use when the user right-clicks on the report viewer component.

[Visual Basic]
Public Property ContextMenu As ContextMenu
[C#]
public ContextMenu ContextMenu {get; set;}

Return Type

A ContextMenu value that represents the context menu to be used for the report viewer component.

Example

[C#] 

System.Windows.Forms.ContextMenu c = new ContextMenu(); 
c.MenuItems.Add("Copy"); 
arv.ReportViewer.ContextMenu = c;

[Visual Basic] 

Dim c As New System.Windows.Forms.ContextMenu
c.MenuItems.Add("Copy")
arv.ReportViewer.ContextMenu = c

See Also

ReportViewerObject Class  | ReportViewerObject Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.