DataSet 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.
public ref class DataSet : Microsoft::ReportingServices::RdlObjectModel::DataSetBase
public class DataSet : Microsoft.ReportingServices.RdlObjectModel.DataSetBase
type DataSet = class
inherit DataSetBase
Public Class DataSet
Inherits DataSetBase
- Inheritance
Constructors
DataSet() |
Properties
AccentSensitivity |
Gets or sets a value that indicates whether the data is accent sensitive. (Inherited from DataSetBase) |
CaseSensitivity |
Gets or sets a value that indicates whether the data is case-sensitive. (Inherited from DataSetBase) |
Collation |
Gets or sets the locale that the report server uses to sort data. (Inherited from DataSetBase) |
ComponentMetadata |
Gets or sets the component metadata. (Inherited from ReportObject) |
DataSetInfo |
Gets or sets the information about the dataset. (Inherited from DataSetBase) |
Fields | |
Filters | |
InterpretSubtotalsAsDetails |
Gets or sets a value that indicates whether to interpret subtotals as details. (Inherited from DataSetBase) |
KanatypeSensitivity |
Gets or sets a value that indicates whether the data is kanatype-sensitive. (Inherited from DataSetBase) |
Name |
Gets or sets the dataset name. (Inherited from DataSetBase) |
Parent |
The parent of this report object. (Inherited from ReportObjectBase) |
Query | |
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. (Inherited from DataSetBase) |
Methods
DeepClone() |
Returns a deep clone of this ReportObject instance. (Inherited from ReportObject) |
Equals(DataSet) | |
Equals(DataSetBase) |
Tests the equality of this object and another DataSetBase object. (Inherited from DataSetBase) |
Equals(Object) | |
GetContainingDataScopes() |
Returns the list of report object that contains data scopes. (Inherited from ReportObject) |
GetDataFieldByFieldName(String) | |
GetDataScopesFor(IContainedObject) |
Gets the data scopes for the dataset. (Inherited from DataSetBase) |
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) |
GetFieldByName(String) | |
GetFieldDefaultAggregateExpressions() | |
GetFieldNames() | |
GetFieldReferences() | |
GetHashCode() | |
GetQuery() | |
Initialize() | |
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. (Inherited from DataSetBase) |
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. (Inherited from DataSetBase) |
IDisposable.Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ReportObject) |