GaugeDynamicMemberInstance Class

Definition

Represents a dynamic instance of a GaugeMember object.

public ref class GaugeDynamicMemberInstance : Microsoft::ReportingServices::OnDemandReportRendering::GaugeMemberInstance
public class GaugeDynamicMemberInstance : Microsoft.ReportingServices.OnDemandReportRendering.GaugeMemberInstance
type GaugeDynamicMemberInstance = class
    inherit GaugeMemberInstance
Public Class GaugeDynamicMemberInstance
Inherits GaugeMemberInstance
Inheritance
GaugeDynamicMemberInstance

Fields

m_memberDef

The member definition of the instance.

(Inherited from GaugeMemberInstance)
m_owner

The owner of the instance.

(Inherited from GaugeMemberInstance)

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 instance cache of this member.

(Inherited from GaugeMemberInstance)
SetInstanceIndex(Int32)

Sets current index to the specified instance index.

Applies to