Freigeben über


DataRowCollection.m_owner-Feld

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

Specifies the report item that owns this data row collection.

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

Syntax

'Declaration
Protected m_owner As CustomReportItem
'Usage
Dim value As CustomReportItem 

value = Me.m_owner 

Me.m_owner = value
protected CustomReportItem m_owner
protected:
CustomReportItem^ m_owner
val mutable m_owner: CustomReportItem
protected var m_owner : CustomReportItem

Siehe auch

Verweis

DataRowCollection Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace