MapDynamicMemberInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |