Compartir a través de


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
Método público DataSet Initializes a new instance of the DataSet class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AccentSensitivity Gets or sets a value that indicates whether the data is accent sensitive. (Se hereda de DataSetBase.)
Propiedad pública CaseSensitivity Gets or sets a value that indicates whether the data is case-sensitive. (Se hereda de DataSetBase.)
Propiedad pública Collation Gets or sets the locale that the report server uses to sort data. (Se hereda de DataSetBase.)
Propiedad pública ComponentMetadata Gets or sets the component metadata. (Se hereda de ReportObject.)
Propiedad pública DataSetInfo Infraestructura. Gets or sets the information about the dataset. (Se hereda de DataSetBase.)
Propiedad pública Fields Gets or sets the fields in a dataset.
Propiedad pública Filters Gets or sets the filters to apply to the dataset.
Propiedad pública InterpretSubtotalsAsDetails Gets or sets a value that indicates whether to interpret subtotals as details. (Se hereda de DataSetBase.)
Propiedad pública IsModifiedSincePreview Infraestructura. Gets or sets a value that indicates whether the dataset is modified since the preview.
Propiedad pública IsReference Infraestructura. Gets a value that indicates whether the dataset is a reference.
Propiedad pública KanatypeSensitivity Gets or sets a value that indicates whether the data is kanatype-sensitive. (Se hereda de DataSetBase.)
Propiedad pública Name Gets or sets the dataset name. (Se hereda de DataSetBase.)
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase.)
Propiedad pública Query Gets or sets information about the query that is contained within the dataset.
Propiedad pública SharedDataSet Gets or sets the shared dataset.
Propiedad pública Site Infraestructura. Gets or sets the site associated with the ReportObject object. (Se hereda de ReportObject.)
Propiedad pública WidthSensitivity Gets or sets a value that indicates whether the data is width-sensitive. (Se hereda de DataSetBase.)

Arriba

Métodos

  Nombre Descripción
Método públicoMiembro estático CreateEmbeddedDataSet Creates an embedded dataset.
Método público DeepClone Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.)
Método público Equals(Object) Infraestructura. Tests the equality of this object and another object. (Se hereda de DataSetBase.)
Método público Equals(DataSetBase) Infraestructura. Tests the equality of this object and another DataSetBase object. (Se hereda de DataSetBase.)
Método protegido Finalize (Se hereda de Object.)
Método público GetContainingDataScopes Infraestructura. Returns the list of report object that contains data scopes. (Se hereda de ReportObject.)
Método público GetDataFieldByFieldName Infraestructura. Gets the data field by using the specified field name.
Método público GetDataScopesFor Infraestructura. Gets the data scopes for the dataset. (Se hereda de DataSetBase.)
Método protegido GetDataScopesForDefaultImpl Infraestructura. Returns the data scopes for default implementation. (Se hereda de ReportObject.)
Método protegido GetDependenciesCore Infraestructura. Returns the dependencies core for the ReportObject object. (Se hereda de ReportObject.)
Método público GetFieldByName Infraestructura. Gets the field by using the specified name.
Método público GetFieldDefaultAggregateExpressions Infraestructura. Gets the default aggregate expressions of the field.
Método público GetFieldNames Infraestructura. Gets the field names of the dataset.
Método público GetFieldReferences Infraestructura. Gets the field references of the dataset.
Método público GetHashCode Infraestructura. Gets a unique hash code for the current instance. (Se hereda de DataSetBase.)
Método público GetQuery Returns the query for the dataset. (Invalida DataSetBase.GetQuery().)
Método público GetQueryParameterByName Infraestructura. Returns the query parameter by using the parameter name.
Método público GetQueryParameters Returns all query parameters.
Método público GetType (Se hereda de Object.)
Método público Initialize Initializes the current DataSet instance. (Invalida DataSetBase.Initialize().)
Método protegido InitializeForDesigner Infraestructura. Initializes the report object for designer. (Se hereda de ReportObject.)
Método público IsSharedDataSourceReference Indicates whether the current instance is a reference to a shared data source.
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnChildPropertyChanged Infraestructura. Raises an event when the property of the child was changed. (Se hereda de ReportObject.)
Método protegido OnPropertyChanged Infraestructura. Raises an event when the property was changed. (Se hereda de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestructura. Indicates whether the RDL semantic is equal to the core objects. (Invalida DataSetBase.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).)
Método protegido SavePropertyValue<T> Infraestructura. Saves the property value of the report object. (Se hereda de ReportObject.)
Método público SetSharedDataSetReference Infraestructura. Sets the reference of the shared dataset.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable.Dispose Infraestructura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent.Disposed Infraestructura. Occurs when the ReportObject object is disposed. (Se hereda de ReportObject.)
Implementación de interfaces explícitasPropiedad privada 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