ChartMemberInstance Class

Definition

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
ChartMemberInstance
Derived

Fields

m_label

A string value that represents the calculated value of the Label property.

m_labelEvaluated

A Boolean value that indicates whether the label is evaluated.

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.

Applies to