ChartLegendCustomItem Class

Definition

Represents a custom legend item in a chart.

public ref class ChartLegendCustomItem sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionItem<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemInstance ^>, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public sealed class ChartLegendCustomItem : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemInstance>, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ChartLegendCustomItem = class
    inherit ChartObjectCollectionItem<ChartLegendCustomItemInstance>
    interface IROMStyleDefinitionContainer
Public NotInheritable Class ChartLegendCustomItem
Inherits ChartObjectCollectionItem(Of ChartLegendCustomItemInstance)
Implements IROMStyleDefinitionContainer
Inheritance
Implements

Fields

m_instance

The instance of the base class.

(Inherited from ChartObjectCollectionItem<T>)

Properties

ActionInfo

Gets the actions and the action style associated with the custom legend item.

FieldsUsedInValueExpression

Gets a list of strings that corresponds to the fields used in value expression.

Instance

Gets the report instance object that contains the calculated values of this report definition object.

LegendCustomItemCells

Gets the legend cells in the custom legend item.

Marker

Gets a report definition object that defines the appearance of the item marker.

Separator

Gets the type of the item separator.

SeparatorColor

Gets the color of the item separator.

Style

Gets the style of the item separator.

ToolTip

Gets an expression that evaluates to the tool tip to display for the custom legend item.

UniqueName

Gets the unique identifier for this report definition object.

Applies to