This fixes #117 for the DialogDataSources case and for the "Refresh fields" in DataSet Dialogs.
If default values exist for the parameter, the first one is used.
Considerations:
Logic for accessing parameter default values is in ReportNames.cs which might not be 100% appropriate.
There are some more places (DialogDataSourceRef, DialogDatabase) using DesignerUtility.TestConnection(...) which are not handled.
This fixes #117 for the DialogDataSources case and for the "Refresh fields" in DataSet Dialogs. If default values exist for the parameter, the first one is used.
Considerations:
ReportNames.cs
which might not be 100% appropriate.DialogDataSourceRef
,DialogDatabase
) usingDesignerUtility.TestConnection(...)
which are not handled.