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;}
A ContextMenu value that represents the context menu to be used for the report viewer component.
[C#]
System.Windows.Forms.ContextMenu c = new ContextMenu(); |
[Visual Basic]
Dim c As New System.Windows.Forms.ContextMenu |
ReportViewerObject Class | ReportViewerObject Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.