Reports for WPF | ComponentOne
Design-Time Support / C1DocumentViewer Context Menu
In This Topic
    C1DocumentViewer Context Menu
    In This Topic

    The C1DocumentViewer control includes a context menu that can be accessed at design time in Visual Studio 2008 by right-clicking the control. The context menu appears similar to the following:

    In addition to standard options, the context menu includes two options specific to the C1DocumentViewer control:

    Clicking Edit Report opens the C1Report Wizard if you have not already created a report definition or the C1ReportDesigner if you have already created a report.

    For more information on using the C1Report Wizard, see Creating a Basic Report Definition. For details on using the C1ReportDesigner, see Working with C1ReportDesigner.

    Note: If the Edit Report command doesn't appear on the Tasks menu and Properties window, it is probably because the control could not find the C1ReportDesigner application. To fix this, simply run the C1ReportDesigner application once in stand-alone mode. The designer will save its location to the registry, and the control should be able to find it afterwards.

    Clicking About ComponentOne Report for WPF displays the About ComponentOne Report for WPF dialog box, which is helpful in finding the version number of Reports for WPF, as well as online resources.

    See Also