ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / NewReport Method / NewReport(DesignerReportType) Method
Section or Page report.

In This Topic
    NewReport(DesignerReportType) Method
    In This Topic
    Initializes the designer with a new report layout with specified type.
    Syntax
    'Declaration
     
    Public Overloads Sub NewReport( _
       ByVal type As DesignerReportType _
    ) 
    public void NewReport( 
       DesignerReportType type
    )

    Parameters

    type
    Section or Page report.
    See Also