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

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