Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ExporterBase Class / OptionsFormClass Property

In This Topic
    OptionsFormClass Property (C1ExporterBase)
    In This Topic
    Gets or sets the type of form that is used to edit export options. That form is shown when the Export(String) or the Export(Stream) method is called if ShowOptions is true. The form's type must be assignable to the type specified by the ExportProvider.DefaultOptionsFormClass property.
    Syntax
    'Declaration
     
    Public Property OptionsFormClass As Type
    public Type OptionsFormClass {get; set;}
    See Also