ChartLegendCustomItem 类

定义

表示图表中的自定义图例项。

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
继承
实现

字段

m_instance

基类的实例。

(继承自 ChartObjectCollectionItem<T>)

属性

ActionInfo

获取与自定义图例项关联的操作和操作样式。

FieldsUsedInValueExpression

获取与在值表达式中使用的字段对应的字符串列表。

Instance

获取包含此报表定义对象的计算值的报表实例对象。

LegendCustomItemCells

获取自定义图例项中的图例单元。

Marker

获取一个定义项标记外观的报表定义对象。

Separator

获取项分隔符的类型。

SeparatorColor

获取项分隔符的颜色。

Style

获取项分隔符的样式。

ToolTip

获取一个表达式,该表达式的计算结果为要为自定义图例项显示的工具提示。

UniqueName

获取此报表定义对象的唯一标识符。

适用于