DataDynamicMemberInstance-Klasse
Represents a dynamic instance of a DataMember object.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.DataMemberInstance
Microsoft.ReportingServices.OnDemandReportRendering.DataDynamicMemberInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class DataDynamicMemberInstance _
Inherits DataMemberInstance
'Usage
Dim instance As DataDynamicMemberInstance
public sealed class DataDynamicMemberInstance : DataMemberInstance
public ref class DataDynamicMemberInstance sealed : public DataMemberInstance
[<SealedAttribute>]
type DataDynamicMemberInstance =
class
inherit DataMemberInstance
end
public final class DataDynamicMemberInstance extends DataMemberInstance
Der DataDynamicMemberInstance-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetInstanceIndex | Gets the current instance index. | |
GetType | (Geerbt von Object.) | |
MoveNext | Moves the context to the next instance. | |
ResetContext | Resets the instance index to before the first instance. | |
SetInstanceIndex | Sets current index to the specified instance index. | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace