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

In This Topic
    DefaultOptionsFormClass Property (ImageExportProvider)
    In This Topic
    Gets the type of form which is used to edit export options by default. This implementation returns ImagesOptionsForm type.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property DefaultOptionsFormClass As System.Type
    public override System.Type DefaultOptionsFormClass {get;}
    See Also