DataSetInfo Class
Updated: February 25, 2016
Contains information about a dataset.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Microsoft.ReportingServices.RdlObjectModel::ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel::ReportObject
Microsoft.ReportingServices.RdlObjectModel::DataSetInfo
| Name | Description | |
|---|---|---|
![]() | DataSetInfo() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DataSetInfo class. |
| Name | Description | |
|---|---|---|
![]() | ComponentMetadata | Gets or sets the component metadata.(Inherited from ReportObject.) |
![]() | DataSetName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the dataset. |
![]() | ObjectDataSourceSelectMethod | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the method that the object data source invokes to retrieve data. |
![]() | ObjectDataSourceSelectMethodSignature | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the signature of the ObjectDataSourceSelectMethod property. |
![]() | ObjectDataSourceType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of the object data source. |
![]() | Parent | The parent of this report object.(Inherited from ReportObjectBase.) |
![]() | SchemaPath | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the path of the schema. |
![]() | Site | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the site associated with the ReportObject object.(Inherited from ReportObject.) |
![]() | TableAdapterFillMethod | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the fill method of table adapter to fill a dataset. |
![]() | TableAdapterGetDataMethod | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the method that retrieves data of a table adapter. |
![]() | TableAdapterName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the table adapter. |
![]() | TableName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the table. |
| Name | Description | |
|---|---|---|
![]() | DeepClone() | Returns a deep clone of this ReportObject instance.(Inherited from ReportObject.) |
![]() | Equals(DataSetInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Tests the equality of this object and another DataSetInfo object. |
![]() | Equals(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Tests the equality of this object and another object.(Overrides Object::Equals(Object^).) |
![]() | GetContainingDataScopes() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the list of report object that contains data scopes.(Inherited from ReportObject.) |
![]() | GetHashCode() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a unique hash code for the current instance.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes an instance of ReportObject.(Inherited from ReportObject.) |
![]() | OnChildPropertyChanged(Int32, Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property of the child was changed.(Inherited from ReportObject.) |
![]() | OnPropertyChanged(Int32, Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property was changed.(Inherited from ReportObject.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IComponent::Disposed | Occurs when the ReportObject object is disposed.(Inherited from ReportObject.) |
![]() ![]() | IDisposable::Dispose() | This API supports the product infrastructure and is not intended to be used directly from your code. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from ReportObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





