次の方法で共有


DataCell.Instance プロパティ

定義クラスの計算値が含まれているインスタンス オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property Instance As DataCellInstance 
    Get
'使用
Dim instance As DataCell 
Dim value As DataCellInstance 

value = instance.Instance
public DataCellInstance Instance { get; }
public:
property DataCellInstance^ Instance {
    DataCellInstance^ get ();
}
member Instance : DataCellInstance
function get Instance () : DataCellInstance

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.DataCellInstance
DataCellInstance オブジェクト。

関連項目

参照

DataCell クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間