DataSetBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for a dataset.
public ref class DataSetBase abstract : Microsoft::ReportingServices::RdlObjectModel::ReportObject, Microsoft::ReportingServices::RdlObjectModel::IDataScope, Microsoft::ReportingServices::RdlObjectModel::IDataScopeService
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.DataSetBase/DataSetConverter))]
public abstract class DataSetBase : Microsoft.ReportingServices.RdlObjectModel.ReportObject, Microsoft.ReportingServices.RdlObjectModel.IDataScope, Microsoft.ReportingServices.RdlObjectModel.IDataScopeService
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.DataSetBase/DataSetConverter))>]
type DataSetBase = class
inherit ReportObject
interface INamedObject
interface IDataScopeService
interface IDataScope
interface IContainedObject
Public MustInherit Class DataSetBase
Inherits ReportObject
Implements IDataScope, IDataScopeService
- Inheritance
- Derived
- Attributes
- Implements
Constructors
DataSetBase() |
Initializes a new instance of the DataSetBase class. |
Properties
AccentSensitivity |
Gets or sets a value that indicates whether the data is accent sensitive. |
CaseSensitivity |
Gets or sets a value that indicates whether the data is case-sensitive. |
Collation |
Gets or sets the locale that the report server uses to sort data. |
ComponentMetadata |
Gets or sets the component metadata. (Inherited from ReportObject) |
DataSetInfo |
Gets or sets the information about the dataset. |
InterpretSubtotalsAsDetails |
Gets or sets a value that indicates whether to interpret subtotals as details. |
KanatypeSensitivity |
Gets or sets a value that indicates whether the data is kanatype-sensitive. |
Name |
Gets or sets the dataset name. |
Parent |
The parent of this report object. (Inherited from ReportObjectBase) |
Site |
Gets or sets the site associated with the ReportObject object. (Inherited from ReportObject) |
WidthSensitivity |
Gets or sets a value that indicates whether the data is width-sensitive. |
Methods
DeepClone() |
Returns a deep clone of this ReportObject instance. (Inherited from ReportObject) |
Equals(DataSetBase) |
Tests the equality of this object and another DataSetBase object. |
Equals(Object) |
Tests the equality of this object and another object. |
GetContainingDataScopes() |
Returns the list of report object that contains data scopes. (Inherited from ReportObject) |
GetDataScopesFor(IContainedObject) |
Gets the data scopes for the dataset. |
GetDataScopesForDefaultImpl(IContainedObject) |
Returns the data scopes for default implementation. (Inherited from ReportObject) |
GetDependenciesCore(IList<ReportObject>) |
Returns the dependencies core for the ReportObject object. (Inherited from ReportObject) |
GetHashCode() |
Gets a unique hash code for the current instance. |
GetQuery() |
Gets the dataset query. |
Initialize() |
Initializes the current DataSetBase instance. |
InitializeForDesigner() |
Initializes the report object for designer. (Inherited from ReportObject) |
OnChildPropertyChanged(Int32, Object, Object) |
Raises an event when the property of the child was changed. (Inherited from ReportObject) |
OnPropertyChanged(Int32, Object, Object) |
Raises an event when the property was changed. (Inherited from ReportObject) |
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>) |
Indicates whether the RDL semantic is equal to the core objects. |
SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>) |
Saves the property value of the report object. (Inherited from ReportObject) |
Explicit Interface Implementations
IComponent.Disposed |
Occurs when the ReportObject object is disposed. (Inherited from ReportObject) |
IDataScope.Group |
Gets the group of data. |
IDisposable.Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ReportObject) |