DashboardDataSourceModel Members
Accumulates intermediate data source settings during the execution of a Data Source wizard.Constructors
| Name | Description |
|---|---|
| DashboardDataSourceModel() | Initializes a new instance of the DashboardDataSourceModel class. |
| DashboardDataSourceModel(DashboardDataSourceModel) | Initializes a new instance of the DashboardDataSourceModel class. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a copy of the current DashboardDataSourceModel object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current DashboardDataSourceModel instance. |
| GetHashCode() | Gets the hash code that corresponds to the value of the current DashboardDataSourceModel object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also