Freigeben über


ReportElementInstance.m_reportElementDef-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies the report element definition that defines this instance.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
<NonSerializedAttribute> _
Protected m_reportElementDef As ReportElement
'Usage
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

Siehe auch

Verweis

ReportElementInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace