Clase DataSet
Represents a dataset.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.DataSetBase
Microsoft.ReportingServices.RdlObjectModel.DataSet
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Class DataSet _
Inherits DataSetBase
'Uso
Dim instance As DataSet
public class DataSet : DataSetBase
public ref class DataSet : public DataSetBase
type DataSet =
class
inherit DataSetBase
end
public class DataSet extends DataSetBase
El tipo DataSet expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DataSet | Initializes a new instance of the DataSet class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AccentSensitivity | Gets or sets a value that indicates whether the data is accent sensitive. (Se hereda de DataSetBase.) | |
CaseSensitivity | Gets or sets a value that indicates whether the data is case-sensitive. (Se hereda de DataSetBase.) | |
Collation | Gets or sets the locale that the report server uses to sort data. (Se hereda de DataSetBase.) | |
ComponentMetadata | Gets or sets the component metadata. (Se hereda de ReportObject.) | |
DataSetInfo | Infraestructura. Gets or sets the information about the dataset. (Se hereda de DataSetBase.) | |
Fields | Gets or sets the fields in a dataset. | |
Filters | Gets or sets the filters to apply to the dataset. | |
InterpretSubtotalsAsDetails | Gets or sets a value that indicates whether to interpret subtotals as details. (Se hereda de DataSetBase.) | |
IsModifiedSincePreview | Infraestructura. Gets or sets a value that indicates whether the dataset is modified since the preview. | |
IsReference | Infraestructura. Gets a value that indicates whether the dataset is a reference. | |
KanatypeSensitivity | Gets or sets a value that indicates whether the data is kanatype-sensitive. (Se hereda de DataSetBase.) | |
Name | Gets or sets the dataset name. (Se hereda de DataSetBase.) | |
Parent | The parent of this report object. (Se hereda de ReportObjectBase.) | |
Query | Gets or sets information about the query that is contained within the dataset. | |
SharedDataSet | Gets or sets the shared dataset. | |
Site | Infraestructura. Gets or sets the site associated with the ReportObject object. (Se hereda de ReportObject.) | |
WidthSensitivity | Gets or sets a value that indicates whether the data is width-sensitive. (Se hereda de DataSetBase.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CreateEmbeddedDataSet | Creates an embedded dataset. | |
DeepClone | Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.) | |
Equals(Object) | Infraestructura. Tests the equality of this object and another object. (Se hereda de DataSetBase.) | |
Equals(DataSetBase) | Infraestructura. Tests the equality of this object and another DataSetBase object. (Se hereda de DataSetBase.) | |
Finalize | (Se hereda de Object.) | |
GetContainingDataScopes | Infraestructura. Returns the list of report object that contains data scopes. (Se hereda de ReportObject.) | |
GetDataFieldByFieldName | Infraestructura. Gets the data field by using the specified field name. | |
GetDataScopesFor | Infraestructura. Gets the data scopes for the dataset. (Se hereda de DataSetBase.) | |
GetDataScopesForDefaultImpl | Infraestructura. Returns the data scopes for default implementation. (Se hereda de ReportObject.) | |
GetDependenciesCore | Infraestructura. Returns the dependencies core for the ReportObject object. (Se hereda de ReportObject.) | |
GetFieldByName | Infraestructura. Gets the field by using the specified name. | |
GetFieldDefaultAggregateExpressions | Infraestructura. Gets the default aggregate expressions of the field. | |
GetFieldNames | Infraestructura. Gets the field names of the dataset. | |
GetFieldReferences | Infraestructura. Gets the field references of the dataset. | |
GetHashCode | Infraestructura. Gets a unique hash code for the current instance. (Se hereda de DataSetBase.) | |
GetQuery | Returns the query for the dataset. (Invalida DataSetBase.GetQuery().) | |
GetQueryParameterByName | Infraestructura. Returns the query parameter by using the parameter name. | |
GetQueryParameters | Returns all query parameters. | |
GetType | (Se hereda de Object.) | |
Initialize | Initializes the current DataSet instance. (Invalida DataSetBase.Initialize().) | |
InitializeForDesigner | Infraestructura. Initializes the report object for designer. (Se hereda de ReportObject.) | |
IsSharedDataSourceReference | Indicates whether the current instance is a reference to a shared data source. | |
MemberwiseClone | (Se hereda de Object.) | |
OnChildPropertyChanged | Infraestructura. Raises an event when the property of the child was changed. (Se hereda de ReportObject.) | |
OnPropertyChanged | Infraestructura. Raises an event when the property was changed. (Se hereda de ReportObject.) | |
RdlSemanticEqualsCore | Infraestructura. Indicates whether the RDL semantic is equal to the core objects. (Invalida DataSetBase.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).) | |
SavePropertyValue<T> | Infraestructura. Saves the property value of the report object. (Se hereda de ReportObject.) | |
SetSharedDataSetReference | Infraestructura. Sets the reference of the shared dataset. | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IDisposable.Dispose | Infraestructura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Se hereda de ReportObject.) | |
IComponent.Disposed | Infraestructura. Occurs when the ReportObject object is disposed. (Se hereda de ReportObject.) | |
IDataScope.Group | Infraestructura. Gets the data group. (Se hereda de DataSetBase.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel