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

In This Topic
    DocumentInfoFormClass Property
    In This Topic
    Gets or sets the type of form that is used to edit the fields of DocumentInfo class. That form can be invoked from the export options form (OptionsFormClass). The form's type must be assignable to C1.C1Preview.Forms.DocumentInfoForm.
    Syntax
    'Declaration
     
    Public Property DocumentInfoFormClass As System.Type
    public System.Type DocumentInfoFormClass {get; set;}
    See Also