ExtractSourceOptions Members
Contains settings of the original data source used to create a data extract.Constructors
| Name | Description |
|---|---|
| ExtractSourceOptions() | Initializes a new instance of the ExtractSourceOptions class. |
Properties
| Name | Description |
|---|---|
| DataFields | Gets or sets names of the data source fields that fall into the resulting data extract. |
| DataMember | Gets or sets the data member contained in the original data source. |
| DataSource | Gets or sets the original data source for the current data extract. |
| Filter | Specifies the logical expression that filters rows to be included in the extract data source. |
| Parameters | Provides access to the dashboard parameters. |
| RowCount | Gets or sets the number of extracted rows. |
Methods
| Name | Description |
|---|---|
| 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 object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from 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