Saves an XML string or a file containing "report data source config" data. Can only be called when a data provider based data source was loaded via the Database
public void SaveDataSourceConfig();
public void SaveDataSourceConfig(object owner);
public void SaveDataSourceConfig(out string configData);
Parameter | Description |
---|---|
config |
A string into which the config file content will be written when the method is called. |
owner | An object that represents the top-level window that will own the modal dialog box. |