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 | |
---|---|---|
DataSet | Initializes a new instance of the DataSet class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AccentSensitivity | Gets or sets a value that indicates whether the data is accent sensitive. Ereditato da DataSetBase. | |
CaseSensitivity | Gets or sets a value that indicates whether the data is case-sensitive. Ereditato da DataSetBase. | |
Collation | Gets or sets the locale that the report server uses to sort data. Ereditato da DataSetBase. | |
ComponentMetadata | Gets or sets the component metadata. Ereditato da ReportObject. | |
DataSetInfo | Infrastruttura. Gets or sets the information about the dataset. Ereditato da 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. Ereditato da DataSetBase. | |
IsModifiedSincePreview | Infrastruttura. Gets or sets a value that indicates whether the dataset is modified since the preview. | |
IsReference | Infrastruttura. 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. Ereditato da DataSetBase. | |
Name | Gets or sets the dataset name. Ereditato da DataSetBase. | |
Parent | The parent of this report object. Ereditato da ReportObjectBase. | |
Query | Gets or sets information about the query that is contained within the dataset. | |
SharedDataSet | Gets or sets the shared dataset. | |
Site | Infrastruttura. Gets or sets the site associated with the ReportObject object. Ereditato da ReportObject. | |
WidthSensitivity | Gets or sets a value that indicates whether the data is width-sensitive. Ereditato da DataSetBase. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CreateEmbeddedDataSet | Creates an embedded dataset. | |
DeepClone | Returns a deep clone of this ReportObject instance. Ereditato da ReportObject. | |
Equals(Object) | Infrastruttura. Tests the equality of this object and another object. Ereditato da DataSetBase. | |
Equals(DataSetBase) | Infrastruttura. Tests the equality of this object and another DataSetBase object. Ereditato da DataSetBase. | |
Finalize | Ereditato da Object. | |
GetContainingDataScopes | Infrastruttura. Returns the list of report object that contains data scopes. Ereditato da ReportObject. | |
GetDataFieldByFieldName | Infrastruttura. Gets the data field by using the specified field name. | |
GetDataScopesFor | Infrastruttura. Gets the data scopes for the dataset. Ereditato da DataSetBase. | |
GetDataScopesForDefaultImpl | Infrastruttura. Returns the data scopes for default implementation. Ereditato da ReportObject. | |
GetDependenciesCore | Infrastruttura. Returns the dependencies core for the ReportObject object. Ereditato da ReportObject. | |
GetFieldByName | Infrastruttura. Gets the field by using the specified name. | |
GetFieldDefaultAggregateExpressions | Infrastruttura. Gets the default aggregate expressions of the field. | |
GetFieldNames | Infrastruttura. Gets the field names of the dataset. | |
GetFieldReferences | Infrastruttura. Gets the field references of the dataset. | |
GetHashCode | Infrastruttura. Gets a unique hash code for the current instance. Ereditato da DataSetBase. | |
GetQuery | Returns the query for the dataset. Esegue l'override di DataSetBase.GetQuery(). | |
GetQueryParameterByName | Infrastruttura. Returns the query parameter by using the parameter name. | |
GetQueryParameters | Returns all query parameters. | |
GetType | Ereditato da Object. | |
Initialize | Initializes the current DataSet instance. Esegue l'override di DataSetBase.Initialize(). | |
InitializeForDesigner | Infrastruttura. Initializes the report object for designer. Ereditato da ReportObject. | |
IsSharedDataSourceReference | Indicates whether the current instance is a reference to a shared data source. | |
MemberwiseClone | Ereditato da Object. | |
OnChildPropertyChanged | Infrastruttura. Raises an event when the property of the child was changed. Ereditato da ReportObject. | |
OnPropertyChanged | Infrastruttura. Raises an event when the property was changed. Ereditato da ReportObject. | |
RdlSemanticEqualsCore | Infrastruttura. Indicates whether the RDL semantic is equal to the core objects. Esegue l'override di DataSetBase.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>). | |
SavePropertyValue<T> | Infrastruttura. Saves the property value of the report object. Ereditato da ReportObject. | |
SetSharedDataSetReference | Infrastruttura. Sets the reference of the shared dataset. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IDisposable.Dispose | Infrastruttura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Ereditato da ReportObject. | |
IComponent.Disposed | Infrastruttura. Occurs when the ReportObject object is disposed. Ereditato da ReportObject. | |
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.