ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / NewReport Method / NewReport(DesignerReportType,Boolean) Method
The type of new report.
Enables or disables run the Data Wizard upon creating a new report.

In This Topic
    NewReport(DesignerReportType,Boolean) 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, _
       ByVal launchDataSourceWizard As Boolean _
    ) 
    public void NewReport( 
       DesignerReportType type,
       bool launchDataSourceWizard
    )

    Parameters

    type
    The type of new report.
    launchDataSourceWizard
    Enables or disables run the Data Wizard upon creating a new report.
    See Also