Sdílet prostřednictvím


MapDynamicMemberInstance Class

Represents a dynamic instance of a MapMember object.

Inheritance Hierarchy

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

The MapDynamicMemberInstance type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetInstanceIndex Gets the current instance index.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveNext Moves the context to the next instance.
Public method ResetContext Resets the instance index to before the first instance.
Protected method ResetInstanceCache Infrastructure. (Inherited from MapMemberInstance.)
Public method SetInstanceIndex Sets current index to the specified instance index.
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_memberDef Infrastructure. (Inherited from MapMemberInstance.)
Protected field m_owner Infrastructure. (Inherited from MapMemberInstance.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.