次の方法で共有


ReportElementInstance.m_reportElementDef フィールド

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

このインスタンスを定義するレポート要素定義を指定します。

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

構文

'宣言
<NonSerializedAttribute> _
Protected m_reportElementDef As ReportElement
'使用
Dim value As ReportElement 

value = Me.m_reportElementDef 

Me.m_reportElementDef = value
[NonSerializedAttribute]
protected ReportElement m_reportElementDef
[NonSerializedAttribute]
protected:
ReportElement^ m_reportElementDef
[<NonSerializedAttribute>]
val mutable m_reportElementDef: ReportElement
protected var m_reportElementDef : ReportElement

関連項目

参照

ReportElementInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間