Skip to main content
A newer version of this page is available. .

IMultiQueryConfigureParametersPageView Methods

If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.
Name Description
GetParameters() If implemented, returns the list of query parameters created while running the wizard.
Initialize(IEnumerable<IQueryParameter>, Dictionary<String, Boolean>, Func<PreviewData>, Boolean, Boolean) If implemented, initializes a wizard page with the specified settings.
See Also