DataSource

DataSourceInfo.DataSource property

Gets or sets the data source object.

public object DataSource { get; set; }

Remarks

The data source object can be of one of the following types:

For information on how to work with data sources of different types in template documents, see template syntax reference (https://docs.groupdocs.com/display/assemblynet/Template+Syntax+-+Part+1+of+2#TemplateSyntax-Part1of2-UsingDataSources).

See Also