ChartLegendCustomItemCell クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタムレジェンドアイテムのセルを表します。
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 |
このレポート定義オブジェクトの一意識別子を取得します。 |