Intersoft ClientUI Documentation
RenderItem(Map,String) Method



Map element object.
XAML element custom attribute.
Convert the map element to XAML code string. This function is used for element inside Tablix control.
Syntax
Public Overloads Overridable Function RenderItem( _
   ByVal map As Map, _
   ByRef customAttribute As String _
) As String
Dim instance As MapRenderer
Dim map As Map
Dim customAttribute As String
Dim value As String
 
value = instance.RenderItem(map, customAttribute)
public virtual string RenderItem( 
   Map map,
   out string customAttribute
)
public:
virtual String^ RenderItem( 
   Map^ map,
   [Out] String^ customAttribute
) 

Parameters

map
Map element object.
customAttribute
XAML element custom attribute.

Return Value

The XAML chart string.
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

Reference

MapRenderer Class
MapRenderer Members
Overload List

Send Feedback