DashboardDataSourceModel 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. Inherited from DataSourceModel. |
| CtorParameters | Specifies parameters to pass to an object data source constructor. Inherited from DataSourceModel. |
| DataMember | Specifies the report data member. Inherited from DataSourceModel. |
| DataSchema | Specifies the report data source schema. Inherited from DataSourceModel. |
| DataSourceName | Specifies the report data source name. Inherited from DataSourceModel. |
| DataSourceType | Specifies the report data source type. Inherited from DataSourceModel. |
| EntityType | Inherited from DataSourceModel. |
| FileName | Specifies the file name of an Excel data source. Inherited from DataSourceModel. |
| Filters | Specifies the collection of data filters associated with this DataSourceModel. Inherited from DataSourceModel. |
| FilterString | Inherited from DataSourceModel. |
| JsonSchema | Inherited from DataSourceModel. |
| JsonSource | Inherited from DataSourceModel. |
| MemberParameters | Specifies parameters to pass to an object data source method. Inherited from DataSourceModel. |
| ObjectConstructor | Specifies a constructor used to create an instance of an object data source. Inherited from DataSourceModel. |
| ObjectMember | Specifies an object data source member to use for data binding. Inherited from DataSourceModel. |
| ObjectType | Specifies the type of an object data source. Inherited from DataSourceModel. |
| Queries | Inherited from DataSourceModel. |
| Query | Inherited from DataSourceModel. |
| Relations | Inherited from DataSourceModel. |
| Schema | Specifies the schema of an Excel data source. Inherited from DataSourceModel. |
| SchemaDiscoveryMaxItemCount | Inherited from DataSourceModel. |
| ShouldSavePassword | Specifies whether or not to save the password for an Excel document. Inherited from DataSourceModel. |
| ShowAllState | Specifies the state of check boxes throughout the object data source creation pages of the Data Source Wizard. Inherited from DataSourceModel. |
| SourceOptions | Specifies the options of an Excel data source. Inherited from DataSourceModel. |
| StoredProceduresInfo | Specifies the options of an Entity Framework data source. Inherited from DataSourceModel. |
See Also