ChartMemberInstance 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 an instance type of the ChartMember class, and contains the calculated values of the properties in ChartMember.
public ref class ChartMemberInstance : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public class ChartMemberInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type ChartMemberInstance = class
inherit BaseInstance
Public Class ChartMemberInstance
Inherits BaseInstance
- Inheritance
- Derived
Fields
m_label |
A |
m_labelEvaluated |
A |
m_memberDef |
A ChartMember object that represents this member instance definition. |
m_owner |
A Chart object that represents the owner of this member instance. |
m_style |
A StyleInstance object that represents the style properties of this report definition object. |
Properties
Label |
Gets the calculated and formatted value of the Label property in a ChartMember class. |
LabelObject |
Gets the calculated and value of the Label property in a ChartMember class before formatting is applied. |
Methods
ResetInstanceCache() |
Resets the instance cache of this member. |