DataSource
Leave feedback
On this page
Gets or sets the data source object.
public object DataSource { get; set; }
The data source object can be of one of the following types:
XmlDataSourceJsonDataSourceCsvDataSourceDocumentTableSetDocumentTable- 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).
- class DataSourceInfo
- namespace GroupDocs.Assembly
- assembly GroupDocs.Assembly
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.