DataSourceInfo class

DataSourceInfo class

Provides information on a single data source object to be used to assemble a document from a template.

The DataSourceInfo type exposes the following members:

Constructors

Constructor Description
init Creates a new instance of this class without any properties specified.
init Creates a new instance of this class with the data source object specified.
init Creates a new instance of this class with the data source object and its name specified.

Properties

Property Description
data_source Gets or sets the data source object.
name Gets or sets the name of the data source object to be used to access the data source object in a template document.

See Also