Skip to main content
A newer version of this page is available. .

DataSourceModel Members

Accumulates intermediate data source settings during the execution of a Data Source Wizard.

Constructors

Name Description
DataSourceModel() Initializes a new instance of the DataSourceModel class with the default settings.

Properties

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.
Schema Specifies the schema of an Excel data source.
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.

Methods

Name Description
Clone() Creates a new DataSourceModel instance, which is a copy of the current instance.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether or not the specified object is equal to the current DataSourceModel instance.
GetHashCode() Serves as the default hash function.
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