Classe DataSet

Represents a dataset.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.DataSetBase
        Microsoft.ReportingServices.RdlObjectModel.DataSet

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Class DataSet _
    Inherits DataSetBase
'Utilizzo
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

Nel tipo DataSet sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DataSet Initializes a new instance of the DataSet class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AccentSensitivity Gets or sets a value that indicates whether the data is accent sensitive. Ereditato da DataSetBase.
Proprietà pubblica CaseSensitivity Gets or sets a value that indicates whether the data is case-sensitive. Ereditato da DataSetBase.
Proprietà pubblica Collation Gets or sets the locale that the report server uses to sort data. Ereditato da DataSetBase.
Proprietà pubblica ComponentMetadata Gets or sets the component metadata. Ereditato da ReportObject.
Proprietà pubblica DataSetInfo Infrastruttura. Gets or sets the information about the dataset. Ereditato da DataSetBase.
Proprietà pubblica Fields Gets or sets the fields in a dataset.
Proprietà pubblica Filters Gets or sets the filters to apply to the dataset.
Proprietà pubblica InterpretSubtotalsAsDetails Gets or sets a value that indicates whether to interpret subtotals as details. Ereditato da DataSetBase.
Proprietà pubblica IsModifiedSincePreview Infrastruttura. Gets or sets a value that indicates whether the dataset is modified since the preview.
Proprietà pubblica IsReference Infrastruttura. Gets a value that indicates whether the dataset is a reference.
Proprietà pubblica KanatypeSensitivity Gets or sets a value that indicates whether the data is kanatype-sensitive. Ereditato da DataSetBase.
Proprietà pubblica Name Gets or sets the dataset name. Ereditato da DataSetBase.
Proprietà pubblica Parent The parent of this report object. Ereditato da ReportObjectBase.
Proprietà pubblica Query Gets or sets information about the query that is contained within the dataset.
Proprietà pubblica SharedDataSet Gets or sets the shared dataset.
Proprietà pubblica Site Infrastruttura. Gets or sets the site associated with the ReportObject object. Ereditato da ReportObject.
Proprietà pubblica WidthSensitivity Gets or sets a value that indicates whether the data is width-sensitive. Ereditato da DataSetBase.

In alto

Metodi

  Nome Descrizione
Metodo pubblicoMembro statico CreateEmbeddedDataSet Creates an embedded dataset.
Metodo pubblico DeepClone Returns a deep clone of this ReportObject instance. Ereditato da ReportObject.
Metodo pubblico Equals(Object) Infrastruttura. Tests the equality of this object and another object. Ereditato da DataSetBase.
Metodo pubblico Equals(DataSetBase) Infrastruttura. Tests the equality of this object and another DataSetBase object. Ereditato da DataSetBase.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetContainingDataScopes Infrastruttura. Returns the list of report object that contains data scopes. Ereditato da ReportObject.
Metodo pubblico GetDataFieldByFieldName Infrastruttura. Gets the data field by using the specified field name.
Metodo pubblico GetDataScopesFor Infrastruttura. Gets the data scopes for the dataset. Ereditato da DataSetBase.
Metodo protetto GetDataScopesForDefaultImpl Infrastruttura. Returns the data scopes for default implementation. Ereditato da ReportObject.
Metodo protetto GetDependenciesCore Infrastruttura. Returns the dependencies core for the ReportObject object. Ereditato da ReportObject.
Metodo pubblico GetFieldByName Infrastruttura. Gets the field by using the specified name.
Metodo pubblico GetFieldDefaultAggregateExpressions Infrastruttura. Gets the default aggregate expressions of the field.
Metodo pubblico GetFieldNames Infrastruttura. Gets the field names of the dataset.
Metodo pubblico GetFieldReferences Infrastruttura. Gets the field references of the dataset.
Metodo pubblico GetHashCode Infrastruttura. Gets a unique hash code for the current instance. Ereditato da DataSetBase.
Metodo pubblico GetQuery Returns the query for the dataset. Esegue l'override di DataSetBase.GetQuery().
Metodo pubblico GetQueryParameterByName Infrastruttura. Returns the query parameter by using the parameter name.
Metodo pubblico GetQueryParameters Returns all query parameters.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Initialize Initializes the current DataSet instance. Esegue l'override di DataSetBase.Initialize().
Metodo protetto InitializeForDesigner Infrastruttura. Initializes the report object for designer. Ereditato da ReportObject.
Metodo pubblico IsSharedDataSourceReference Indicates whether the current instance is a reference to a shared data source.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto OnChildPropertyChanged Infrastruttura. Raises an event when the property of the child was changed. Ereditato da ReportObject.
Metodo protetto OnPropertyChanged Infrastruttura. Raises an event when the property was changed. Ereditato da ReportObject.
Metodo protetto RdlSemanticEqualsCore Infrastruttura. Indicates whether the RDL semantic is equal to the core objects. Esegue l'override di DataSetBase.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).
Metodo protetto SavePropertyValue<T> Infrastruttura. Saves the property value of the report object. Ereditato da ReportObject.
Metodo pubblico SetSharedDataSetReference Infrastruttura. Sets the reference of the shared dataset.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IDisposable.Dispose Infrastruttura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Ereditato da ReportObject.
Implementazione esplicita dell'interfacciaEvento privato IComponent.Disposed Infrastruttura. Occurs when the ReportObject object is disposed. Ereditato da ReportObject.
Implementazione esplicita dell'interfacciaProprietà privata IDataScope.Group Infrastruttura. Gets the data group. Ereditato da DataSetBase.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel