ChartDynamicMemberInstance 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 ChartMember object.
public ref class ChartDynamicMemberInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartMemberInstance
public sealed class ChartDynamicMemberInstance : Microsoft.ReportingServices.OnDemandReportRendering.ChartMemberInstance
type ChartDynamicMemberInstance = class
inherit ChartMemberInstance
Public NotInheritable Class ChartDynamicMemberInstance
Inherits ChartMemberInstance
- Inheritance
Fields
m_label |
A |
m_labelEvaluated |
A |
m_memberDef |
A ChartMember object that represents this member instance definition. (Inherited from ChartMemberInstance) |
m_owner |
A Chart object that represents the owner of this member instance. (Inherited from ChartMemberInstance) |
m_style |
A StyleInstance object that represents the style properties of this report definition object. (Inherited from ChartMemberInstance) |
Properties
Label |
Gets the calculated and formatted value of the Label property in a ChartMember class. (Inherited from ChartMemberInstance) |
LabelObject |
Gets the calculated and value of the Label property in a ChartMember class before formatting is applied. (Inherited from ChartMemberInstance) |
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 ChartMemberInstance) |
SetInstanceIndex(Int32) |
Sets current index to the specified instance index. |