Intersoft ClientUI Documentation
ParentItem Property
See Also  Send Feedback
Intersoft.ReportingServices.Rendering Namespace > ReportRenderItem Class : ParentItem Property






Gets or sets a value indicating the container element.

Syntax

Visual Basic (Declaration) 
Public Property ParentItem As ReportRenderItem
Visual Basic (Usage)Copy Code
Dim instance As ReportRenderItem
Dim value As ReportRenderItem
 
instance.ParentItem = value
 
value = instance.ParentItem
C# 
public ReportRenderItem ParentItem {get; set;}
Delphi 
public read-write property ParentItem: ReportRenderItem; 
JScript 
public function get,set ParentItem : ReportRenderItem
Managed Extensions for C++ 
public: __property ReportRenderItem* get_ParentItem();
public: __property void set_ParentItem( 
   ReportRenderItem* value
);
C++/CLI 
public:
property ReportRenderItem^ ParentItem {
   ReportRenderItem^ get();
   void set (    ReportRenderItem^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.