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 Sub SaveDataSourceConfig()
public void SaveDataSourceConfig(object owner);
Public Sub SaveDataSourceConfig(owner As Object)
public void SaveDataSourceConfig(out string configData);
Public Sub SaveDataSourceConfig(ByRef configData As String)
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. |