ChartLegendCustomItemCell クラス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
カスタムの凡例項目内のセルを表します。
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartLegendCustomItemCellInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCell
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public NotInheritable Class ChartLegendCustomItemCell _
Inherits ChartObjectCollectionItem(Of ChartLegendCustomItemCellInstance) _
Implements IROMStyleDefinitionContainer
'使用
Dim instance As ChartLegendCustomItemCell
public sealed class ChartLegendCustomItemCell : ChartObjectCollectionItem<ChartLegendCustomItemCellInstance>,
IROMStyleDefinitionContainer
public ref class ChartLegendCustomItemCell sealed : public ChartObjectCollectionItem<ChartLegendCustomItemCellInstance^>,
IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartLegendCustomItemCell =
class
inherit ChartObjectCollectionItem<ChartLegendCustomItemCellInstance>
interface IROMStyleDefinitionContainer
end
public final class ChartLegendCustomItemCell extends ChartObjectCollectionItem<ChartLegendCustomItemCellInstance> implements IROMStyleDefinitionContainer
ChartLegendCustomItemCell 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
ActionInfo | カスタムの凡例項目に関連付けられたアクションおよびアクション スタイルを取得します。 | |
Alignment | セルの配置を取得します。 | |
BottomMargin | セルの下余白に評価される式を取得します。 | |
CellSpan | このセルを右方向へ拡大するセル数に評価される式を取得します。 | |
CellType | セルの種類を取得します。 | |
FieldsUsedInValueExpression | 値式に使用するフィールドに対応する文字列の一覧を取得します。 | |
ImageHeight | セル画像の高さに評価される式を取得します。 | |
ImageWidth | セル画像の幅さに評価される式を取得します。 | |
Instance | このレポート定義オブジェクトの計算値が含まれているレポート インスタンス オブジェクトを取得します。 | |
LeftMargin | セルの左余白に評価される式を取得します。 | |
RightMargin | セルの右余白に評価される式を取得します。 | |
Style | 項目区切り記号のスタイルを取得します。 | |
SymbolHeight | セル内の記号の高さに評価される式を取得します。 | |
SymbolWidth | セル内の記号の幅に評価される式を取得します。 | |
Text | セル テキストに評価される式を取得します。 | |
ToolTip | カスタムの凡例項目に関して表示するツールヒントに評価される式を取得します。 | |
TopMargin | セルの上余白に評価される式を取得します。 | |
UniqueName | このレポート定義オブジェクトの一意の識別子を取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。