The Data
public class DataSourceManagerPublic Class DataSourceManager Introduced: X14.
| Constructor | Description |
|---|---|
| Data |
Initializes a new instance of the Data |
| Event | Description |
|---|---|
| Connection |
Is fired when the contents of the Connection |
| Data |
Is fired when the contents of the Data |
| Data |
Is fired when the contents of the Data |
| Data |
Occurs when a data row has been merged successfully. |
| Data |
Is fired when the contents of the Data |
| Field |
Occurs when a field has been merged. |
| Is |
Is fired when the value of the Is |
| Master |
Is fired when the contents of the Master |
| Possible |
Is fired when the contents of the Possible |
| Possible |
Is fired when the contents of the Possible |
| Method | Description |
|---|---|
| Insert |
Inserts a repeating merge block into a Text |
| Is |
Checks if a given Sub |
| Load |
Loads an assembly file as a data source. |
| Load |
Loads a System. |
| Load |
Loads an XML string or a file containing "report data source configuration" data. |
| Load |
Loads a System. |
| Load |
Loads a JSON string containing an array of objects or a single object as a data source. |
| Load |
Loads a collection implementing the interface IEnumerable as a data source and deduces the data tables, column names and data relations from the public properties and used classes of the first contained object using . |
| Load |
Loads a single object which is either a Dictionary with string keys or an object of an arbitrary type as a data source. |
| Load |
Loads the contents of an XML file as a data source. |
| Load |
Loads XML data, given as a string, as a data source. |
| Merge | Merges a binary TX internal unicode format document with the currently loaded data source. |
| Save |
Saves an XML string or a file containing "report data source config" data. |
| Property | Description |
|---|---|
| Connection |
Gets the connection string of the connection selected with the Database |
| Data |
Gets the name of the data provider selected with the Database |
| Data |
Gets a Data |
| Data |
Specifies the culture with which numerical and date / time values coming from the data source are parsed. |
| Data |
Gets a Data |
| Is |
Gets a value indicating whether all requirements are met and the method Merge can be called. |
| Master |
Gets or sets a Data |
| Max |
Specifies the Upper merge result count. |
| Merge |
Specifies the culture with which numerical and date / time values are formatted when merged into the target document. |
| Possible |
Gets a Data |
| Possible |
Gets a Data |
Learn more about the TXText