ChartStripLine 类

定义

表示轴的自定义条带线。

public ref class ChartStripLine : Microsoft::ReportingServices::RdlObjectModel::ReportObject
public class ChartStripLine : Microsoft.ReportingServices.RdlObjectModel.ReportObject
type ChartStripLine = class
    inherit ReportObject
Public Class ChartStripLine
Inherits ReportObject
继承

构造函数

ChartStripLine()

创建 ChartStripLine 类的新实例。

属性

ActionInfo

针对条带线的操作。

ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
Interval

条带线的大小。

IntervalOffset

距离前一条带线或轴最小值(对于第一条条带线)的偏移量。

IntervalOffsetType

IntervalOffset 的单位。

IntervalType

Interval 的单位。

Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
Site

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

(继承自 ReportObject)
StripWidth

条带线的宽度。

StripWidthType

StripWidth 的单位。

Style

获取此报表定义对象的样式属性。

TextOrientation

指示标题文本的方向。

Title

条带线的标题。

ToolTip

要为条带线显示的工具提示。

ToolTipLocID

ToolTip 属性的唯一标识符。

方法

DeepClone()

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

(继承自 ReportObject)
GetContainingDataScopes()

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

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

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

(继承自 ReportObject)
Initialize()

初始化 ChartStripLine 类的实例。

InitializeForDesigner()

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

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

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

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

在更改属性时引发事件。

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

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

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

保存报表对象的属性值。

(继承自 ReportObject)

显式接口实现

IComponent.Disposed

在释放 ReportObject 对象时发生。

(继承自 ReportObject)
IDisposable.Dispose()

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

(继承自 ReportObject)

适用于