Share via


DataRow.m_owner Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The owner of the data row.

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

See Also

Reference

DataRow Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace