Freigeben über


MapDynamicMemberInstance-Klasse

Represents a dynamic instance of a MapMember object.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapMemberInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapDynamicMemberInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class MapDynamicMemberInstance _
    Inherits MapMemberInstance
'Usage
Dim instance As MapDynamicMemberInstance
public sealed class MapDynamicMemberInstance : MapMemberInstance
public ref class MapDynamicMemberInstance sealed : public MapMemberInstance
[<SealedAttribute>]
type MapDynamicMemberInstance =  
    class 
        inherit MapMemberInstance 
    end
public final class MapDynamicMemberInstance extends MapMemberInstance

Der MapDynamicMemberInstance-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetInstanceIndex Gets the current instance index.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode MoveNext Moves the context to the next instance.
Öffentliche Methode ResetContext Resets the instance index to before the first instance.
Öffentliche Methode SetInstanceIndex Sets current index to the specified instance index.
Öffentliche Methode 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