ActiveReports Developer 7
NewReport(DesignerReportType) Method
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class > NewReport Method : NewReport(DesignerReportType) Method

type
Section or Page report.

Glossary Item Box

Initializes the designer with a new report layout with specified type.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub NewReport( _
   ByVal type As DesignerReportType _
) 
C# 
public void NewReport( 
   DesignerReportType type
)

Parameters

type
Section or Page report.

See Also