Partager via


Classe MapDynamicMemberInstance

Represents a dynamic instance of a MapMember object.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MapDynamicMemberInstance _
    Inherits MapMemberInstance
'Utilisation
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

Le type MapDynamicMemberInstance expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetInstanceIndex Gets the current instance index.
Méthode publique GetType (hérité de Object.)
Méthode publique MoveNext Moves the context to the next instance.
Méthode publique ResetContext Resets the instance index to before the first instance.
Méthode publique SetInstanceIndex Sets current index to the specified instance index.
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering