ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / Exporter Class / ShowOptions Property

In This Topic
    ShowOptions Property
    In This Topic
    Gets or sets a value indicating whether the options dialog should be shown to the user before exporting the document.
    Syntax
    'Declaration
     
    Public Property ShowOptions As System.Boolean
    public System.bool ShowOptions {get; set;}
    See Also