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.)
Public method GetHashCode (Inherited from Object.)
Public method GetInstanceIndex Gets the current instance index.
Public method GetType (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.
Public method SetInstanceIndex Sets current index to the specified instance index.
Public method ToString (Inherited from Object.)

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.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace