DataSourceModel Properties
Accumulates intermediate data source settings during the execution of a Data Source Wizard.| Name | Description |
|---|---|
| Assembly | Specifies an assembly containing implementation of a data source class. |
| CtorParameters | Specifies parameters to pass to an object data source constructor. |
| DataMember | Specifies the report data member. |
| DataSchema | Specifies the report data source schema. |
| DataSourceName | Specifies the report data source name. |
| DataSourceType | Specifies the report data source type. |
| EntityType | |
| FileName | Specifies the file name of an Excel data source. |
| Filters | Specifies the collection of data filters associated with this DataSourceModel. |
| FilterString | |
| JsonSchema | |
| JsonSource | |
| MemberParameters | Specifies parameters to pass to an object data source method. |
| ObjectConstructor | Specifies a constructor used to create an instance of an object data source. |
| ObjectMember | Specifies an object data source member to use for data binding. |
| ObjectType | Specifies the type of an object data source. |
| Queries | |
| Query | |
| Relations | |
| Schema | Specifies the schema of an Excel data source. |
| SchemaDiscoveryMaxItemCount | |
| ShouldSavePassword | Specifies whether or not to save the password for an Excel document. |
| ShowAllState | Specifies the state of check boxes throughout the object data source creation pages of the Data Source Wizard. |
| SourceOptions | Specifies the options of an Excel data source. |
| StoredProceduresInfo | Specifies the options of an Entity Framework data source. |
See Also