ActiveReports 8
GetPropertyOwner Method
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class : GetPropertyOwner Method

pd

A property descriptor that represents the property whose owner is to be found.

Glossary Item Box

Returns the object of which this value is a member.

Syntax

Visual Basic (Declaration) 
Public Function GetPropertyOwner( _
   ByVal pd As System.ComponentModel.PropertyDescriptor _
) As System.Object
C# 
public System.object GetPropertyOwner( 
   System.ComponentModel.PropertyDescriptor pd
)

Parameters

pd

A property descriptor that represents the property whose owner is to be found.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also