[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.RunDataWizard

RunDataWizard Method

RunDataWizard()

Opens the Data Source Dialog automatically when creating a new report.

Declaration
public void RunDataWizard()
Remarks

This method triggers the Data Source Dialog to open, facilitating the process of connecting data sources to the new report.

Examples

The following example demonstrates how to invoke the Data Wizard programmatically:

private void RunDataWizardButtonClick(object sender, EventArgs e)
{
	_designer.RunDataWizard();
}