ActiveReports 13
ReportDesigner Property (ReportExplorer)
Example 

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.ReportExplorer Namespace > ReportExplorer Class : ReportDesigner Property
Binds the ReportExplorer control to the End-User Report Designer control.
Syntax
'Declaration
 
Public Property ReportDesigner As Designer
public Designer ReportDesigner {get; set;}

Property Value

A Designer object.
Example
private void Form1_Load(object sender, System.EventArgs e)
{
    this.reportExplorer1.ReportDesigner = this.designer1;
}
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Me.ReportExplorer1.ReportDesigner = Me.Designer1
End Sub
See Also

Reference

ReportExplorer Class
ReportExplorer Members