MapDynamicMemberInstance Class

Definition

Represents a dynamic instance of a MapMember object.

public ref class MapDynamicMemberInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapMemberInstance
public sealed class MapDynamicMemberInstance : Microsoft.ReportingServices.OnDemandReportRendering.MapMemberInstance
type MapDynamicMemberInstance = class
    inherit MapMemberInstance
Public NotInheritable Class MapDynamicMemberInstance
Inherits MapMemberInstance
Inheritance
MapDynamicMemberInstance

Fields

m_memberDef

Specifies the instance of the MapMember class.

(Inherited from MapMemberInstance)
m_owner

Specifies the owner of this MapMemberInstance.

(Inherited from MapMemberInstance)

Methods

GetInstanceIndex()

Gets the current instance index.

MoveNext()

Moves the context to the next instance.

ResetContext()

Resets the instance index to before the first instance.

ResetInstanceCache()

Resets the cache of the MapMemberInstance.

(Inherited from MapMemberInstance)
SetInstanceIndex(Int32)

Sets current index to the specified instance index.

Applies to