Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / ExcelExporter Class / ShowOptionsDialog Method

In This Topic
    ShowOptionsDialog Method (ExcelExporter)
    In This Topic
    Displays a dialog that allows the user to edit the export options.
    Syntax
    'Declaration
     
    Public Overridable Function ShowOptionsDialog() As Boolean
    public virtual bool ShowOptionsDialog()

    Return Value

    true if the dialog was displayed successfully and the user pressed OK, false otherwise.
    See Also