次の方法で共有


ChartDataPointInstance クラス

ChartDataPoint クラスのインスタンスの型を表し、ChartDataPoint のプロパティの計算値を含んでいます。

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

構文

'宣言
Public NotInheritable Class ChartDataPointInstance _
    Inherits BaseInstance _
    Implements IReportScopeInstance
'使用
Dim instance As ChartDataPointInstance
public sealed class ChartDataPointInstance : BaseInstance, 
    IReportScopeInstance
public ref class ChartDataPointInstance sealed : public BaseInstance, 
    IReportScopeInstance
[<SealedAttribute>]
type ChartDataPointInstance =  
    class
        inherit BaseInstance
        interface IReportScopeInstance
    end
public final class ChartDataPointInstance extends BaseInstance implements IReportScopeInstance

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartDataPointInstance

スレッド セーフ

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