ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / LaunchDataSourceWizard Property

In This Topic
LaunchDataSourceWizard Property
In This Topic
Gets or sets a value indicating whether the Data Source Dialog should be launched automatically. This property is obsolete and should not be used in new development.
Syntax
'Declaration
 
Public Property LaunchDataSourceWizard As Boolean
 
Remarks
The Data Source Dialog is a tool that assists users in connecting their reports to data sources. While this property was previously used to control the automatic launching of the dialog, it has been deprecated in favor of more explicit methods of invoking the dialog.
See Also