Loads an XML string or a file containing "report data source configuration" data. Data Source Configuration Files can only be used in Windows Forms applications. When calling this method from a WPF Application, an exception is thrown. For more information about data source configuration files see method Save
public void LoadDataSourceConfig();
Public Sub LoadDataSourceConfig()
public void LoadDataSourceConfig(object owner);
Public Sub LoadDataSourceConfig(owner As Object)
public void LoadDataSourceConfig(string configData);
Public Sub LoadDataSourceConfig(configData As String)
Parameter | Description |
---|---|
config |
A string containing XML configuration data. |
owner | An object that represents the top-level window that will own the modal dialog box. |