[]
Opens the Data Source Dialog automatically when creating a new report.
public void RunDataWizard()
This method triggers the Data Source Dialog to open, facilitating the process of connecting data sources to the new report.
The following example demonstrates how to invoke the Data Wizard programmatically:
private void RunDataWizardButtonClick(object sender, EventArgs e)
{
_designer.RunDataWizard();
}