ActiveReports 6 Online Help
ReportDesigner Property
Example 

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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportExplorer Class
ReportExplorer Members

Send Feedback