Intersoft ClientUI Documentation
RenderBound Property
See Also  Send Feedback
Intersoft.ReportingServices.Rendering Namespace > ItemMeasurement Class : RenderBound Property






Gets or sets a value that indicates the rendered element position and size.

Syntax

Visual Basic (Declaration) 
Public Property RenderBound As ItemBound
Visual Basic (Usage)Copy Code
Dim instance As ItemMeasurement
Dim value As ItemBound
 
instance.RenderBound = value
 
value = instance.RenderBound
C# 
public ItemBound RenderBound {get; set;}
Delphi 
public read-write property RenderBound: ItemBound; 
JScript 
public function get,set RenderBound : ItemBound
Managed Extensions for C++ 
public: __property ItemBound* get_RenderBound();
public: __property void set_RenderBound( 
   ItemBound* value
);
C++/CLI 
public:
property ItemBound^ RenderBound {
   ItemBound^ get();
   void set (    ItemBound^ 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.