ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportDescriptor Class / ReportDescriptor Constructor
A ReportType value indicating the type of the report.

In This Topic
    ReportDescriptor Constructor
    In This Topic
    Initializes a new instance of the ReportDescriptor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As ReportType _
    )
    public ReportDescriptor( 
       ReportType type
    )

    Parameters

    type
    A ReportType value indicating the type of the report.
    See Also