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:
XmlDataSource
JsonDataSource
CsvDataSource
DocumentTableSet
DocumentTable
- DataSet
- DataTable
- DataRow
- IDataReader
- IDataRecord
- DataView
- DataRowView
- Any other arbitrary non-dynamic and non-anonymous .NET type
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
- class DataSourceInfo
- namespace GroupDocs.Assembly
- assembly GroupDocs.Assembly