ChartInstance クラス
Chart クラスのインスタンスの型を表し、Chart のプロパティの計算値を含んでいます。
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering.DataRegionInstance
Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance
Microsoft.ReportingServices.OnDemandReportRendering.ChartInstance
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public NotInheritable Class ChartInstance _
Inherits DynamicImageInstance _
Implements IDynamicImageInstance
'使用
Dim instance As ChartInstance
public sealed class ChartInstance : DynamicImageInstance,
IDynamicImageInstance
public ref class ChartInstance sealed : public DynamicImageInstance,
IDynamicImageInstance
[<SealedAttribute>]
type ChartInstance =
class
inherit DynamicImageInstance
interface IDynamicImageInstance
end
public final class ChartInstance extends DynamicImageInstance implements IDynamicImageInstance
ChartInstance 型は、以下のメンバーを公開しています。
プロパティ
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetCoreXml | インフラストラクチャです。コア グラフの XML 表現を取得します。 | |
GetHashCode | (Object から継承されています。) | |
GetImage() | 現在のインスタンスの画像を返します。 (DynamicImageInstance から継承されています。) | |
GetImage(ActionInfoWithDynamicImageMapCollection%) | 現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollection を返します。 (DynamicImageInstance から継承されています。) | |
GetImage(DynamicImageInstance.ImageType) | 描画された画像の種類を指定することによって、現在のインスタンスの画像を返します。 (DynamicImageInstance から継承されています。) | |
GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%) | グラフを指定された種類の画像として画像マップと共に返します。 (DynamicImageInstance.GetImage(DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%) をオーバーライドします。) | |
GetType | (Object から継承されています。) | |
SetDpi | グラフ画像の作成で使用するインチあたりのドット数 (DPI) を設定します。 (DynamicImageInstance.SetDpi(Int32, Int32) をオーバーライドします。) | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。