GaugeDynamicMemberInstance 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 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
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. |