ChartStripLine クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
軸のカスタムストリップラインを表します。
public ref class ChartStripLine sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionItem<Microsoft::ReportingServices::OnDemandReportRendering::ChartStripLineInstance ^>, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public sealed class ChartStripLine : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineInstance>, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ChartStripLine = class
inherit ChartObjectCollectionItem<ChartStripLineInstance>
interface IROMStyleDefinitionContainer
Public NotInheritable Class ChartStripLine
Inherits ChartObjectCollectionItem(Of ChartStripLineInstance)
Implements IROMStyleDefinitionContainer
- 継承
- 実装
フィールド
| 名前 | 説明 |
|---|---|
| m_instance |
ベースクラスのインスタンスです。 (継承元 ChartObjectCollectionItem<T>) |
プロパティ
| 名前 | 説明 |
|---|---|
| ActionInfo |
ストリップラインのアクションを取る。 |
| FieldsUsedInValueExpression |
値は、値式で使われるフィールドを取得します。 |
| Instance |
このレポート定義オブジェクトの計算値を含むレポートインスタンスオブジェクトを取得します。 |
| Interval |
ストリップラインのサイズに合わせて評価する式が出ます。 |
| IntervalOffset |
前のストリップラインまたは軸最小(最初のストリップライン)からのオフセットを評価する式が得られます。 |
| IntervalOffsetType |
IntervalOffsetの単位に評価する式が得られます。 |
| IntervalType |
区間の単位に評価する式を得ます。 |
| StripWidth |
ストリップラインの幅まで計算する式が得られます。 |
| StripWidthType |
StripWidthの単位に評価する式が出ます。 |
| Style |
このレポート定義オブジェクトのスタイルプロパティを取得します。 |
| TextOrientation |
タイトルテキストの向きを評価する式を得ます。 |
| Title |
ストリップラインのタイトルに値する表現が手に入ります。 |
| TitleAngle |
古い.
タイトルテキストの角度も理解できます。 |
| ToolTip |
ストリップラインのツールチップに表示する式が表示されます。 |
| UniqueName |
このレポート定義オブジェクトの一意識別子を取得します。 |