XmlDataBinding.LoadSettings(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the specified data binding with settings from an XML data file or a Data Retrieval Service Connection (.uxdc) file.
public:
void LoadSettings(System::String ^ Url);
public void LoadSettings (string Url);
Public Sub LoadSettings (Url As String)
Parameters
- Url
- String
Required String. The path to the XML data or Microsoft Office XML Data Source (.uxdc) file. The path is specified in the Uniform Resource Locator (URL) or universal naming convention (UNC) format.
Remarks
XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.