ComponentOne Reports for WPF
C1.C1Preview.Export Namespace / Exporter Class / OptionsFormClassName Property

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