次の方法で共有


ChartLegendCustomItem クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

グラフ内のカスタムの凡例項目を表します。

継承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartLegendCustomItemInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItem

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class ChartLegendCustomItem _
    Inherits ChartObjectCollectionItem(Of ChartLegendCustomItemInstance) _
    Implements IROMStyleDefinitionContainer
'使用
Dim instance As ChartLegendCustomItem
public sealed class ChartLegendCustomItem : ChartObjectCollectionItem<ChartLegendCustomItemInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartLegendCustomItem sealed : public ChartObjectCollectionItem<ChartLegendCustomItemInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartLegendCustomItem =  
    class 
        inherit ChartObjectCollectionItem<ChartLegendCustomItemInstance>
        interface IROMStyleDefinitionContainer 
    end
public final class ChartLegendCustomItem extends ChartObjectCollectionItem<ChartLegendCustomItemInstance> implements IROMStyleDefinitionContainer

ChartLegendCustomItem 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ActionInfo カスタムの凡例項目に関連付けられたアクションおよびアクション スタイルを取得します。
パブリック プロパティ FieldsUsedInValueExpression 値式に使用するフィールドに対応する文字列の一覧を取得します。
パブリック プロパティ Instance このレポート定義オブジェクトの計算値が含まれているレポート インスタンス オブジェクトを取得します。
パブリック プロパティ LegendCustomItemCells カスタム凡例項目内の凡例セルを取得します。
パブリック プロパティ Marker 項目のマーカーの外観を定義するレポート定義オブジェクトを取得します。
パブリック プロパティ Separator 項目区切り記号の種類を取得します。
パブリック プロパティ SeparatorColor 項目区切り記号の色を取得します。
パブリック プロパティ Style 項目区切り記号のスタイルを取得します。
パブリック プロパティ ToolTip カスタムの凡例項目に関して表示するツールヒントに評価される式を取得します。
パブリック プロパティ UniqueName このレポート定義オブジェクトの一意の識別子を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間