Visual Basic (Declaration) | |
---|---|
Public Property ParentItem As ReportRenderItem |
Visual Basic (Usage) | ![]() |
---|---|
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); } |
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