ChartLegendCustomItemCell 类

定义

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

public ref class ChartLegendCustomItemCell : Microsoft::ReportingServices::RdlObjectModel::ReportObject, Microsoft::ReportingServices::RdlObjectModel::INamedObject
public class ChartLegendCustomItemCell : Microsoft.ReportingServices.RdlObjectModel.ReportObject, Microsoft.ReportingServices.RdlObjectModel.INamedObject
type ChartLegendCustomItemCell = class
    inherit ReportObject
    interface INamedObject
Public Class ChartLegendCustomItemCell
Inherits ReportObject
Implements INamedObject
继承
ChartLegendCustomItemCell
实现

构造函数

ChartLegendCustomItemCell()

创建 ChartLegendCustomItemCell 类的新实例。

属性

ActionInfo

此单元的操作和操作样式。

Alignment

此单元的对齐方式。

BottomMargin

此单元的下边距。

CellSpan

此单元向右延伸的单元数。

CellType

单元类型。

ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
ImageHeight

单元图像的高度。

ImageWidth

单元图像的宽度。

LeftMargin

左边距。

Name

单元名称。

Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
RightMargin

右边距。

Site

获取或设置与 ReportObject 对象关联的站点。

(继承自 ReportObject)
Style

单元样式。

SymbolHeight

单元中的符号的高度。

SymbolWidth

单元中的符号的宽度。

Text

单元文本。

ToolTip

单元的工具提示。

ToolTipLocID

ToolTip 属性的唯一标识符。

TopMargin

上边距。

方法

DeepClone()

返回此 ReportObject 实例的深层副本。

(继承自 ReportObject)
GetContainingDataScopes()

返回包含数据作用域的报表对象的列表。

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

返回默认实现的数据作用域。

(继承自 ReportObject)
GetDependenciesCore(IList<ReportObject>)

返回 ReportObject 对象的依赖项核心。

(继承自 ReportObject)
Initialize()

初始化 ReportObject 的实例。

(继承自 ReportObject)
InitializeForDesigner()

初始化设计器的报表对象。

(继承自 ReportObject)
OnChildPropertyChanged(Int32, Object, Object)

在更改子级的属性时引发事件。

(继承自 ReportObject)
OnPropertyChanged(Int32, Object, Object)

在更改属性时引发事件。

(继承自 ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

返回报表定义语言语义是否与核心对象相同。

(继承自 ReportObject)
SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>)

保存报表对象的属性值。

(继承自 ReportObject)

显式接口实现

IComponent.Disposed

在释放 ReportObject 对象时发生。

(继承自 ReportObject)
IDisposable.Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

(继承自 ReportObject)

适用于