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 SaveDataSourceConfig.

LoadDataSourceConfig()

public void LoadDataSourceConfig();

LoadDataSourceConfig(Object)

public void LoadDataSourceConfig(object owner);

LoadDataSourceConfig(String)

public void LoadDataSourceConfig(string configData);

Parameters

Parameter Description
configData A string containing XML configuration data.
owner An object that represents the top-level window that will own the modal dialog box.