ChartLegendCustomItemCell 类

定义

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

public ref class ChartLegendCustomItemCell sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionItem<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemCellInstance ^>, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public sealed class ChartLegendCustomItemCell : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellInstance>, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ChartLegendCustomItemCell = class
    inherit ChartObjectCollectionItem<ChartLegendCustomItemCellInstance>
    interface IROMStyleDefinitionContainer
Public NotInheritable Class ChartLegendCustomItemCell
Inherits ChartObjectCollectionItem(Of ChartLegendCustomItemCellInstance)
Implements IROMStyleDefinitionContainer
继承
实现

字段

m_instance

基类的实例。

(继承自 ChartObjectCollectionItem<T>)

属性

ActionInfo

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

Alignment

获取单元的对齐方式。

BottomMargin

获取一个计算结果为单元下边距的表达式。

CellSpan

获取一个表达式,该表达式的计算结果为此单元向右扩展的单元数。

CellType

获取单元类型。

FieldsUsedInValueExpression

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

ImageHeight

获取一个计算结果为单元图像高度的表达式。

ImageWidth

获取一个计算结果为单元图像宽度的表达式。

Instance

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

LeftMargin

获取一个计算结果为单元左边距的表达式。

RightMargin

获取一个计算结果为单元右边距的表达式。

Style

获取项分隔符的样式。

SymbolHeight

获取一个计算结果为单元中符号高度的表达式。

SymbolWidth

获取一个计算结果为单元中符号宽度的表达式。

Text

获取一个计算结果为单元文本的表达式。

ToolTip

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

TopMargin

获取一个计算结果为单元上边距的表达式。

UniqueName

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

适用于