次の方法で共有


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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間