Intersoft ClientUI Documentation
GaugeRenderer Constructor
See Also  Send Feedback
Intersoft.ReportingServices.Rendering Namespace > GaugeRenderer Class : GaugeRenderer Constructor






toggleControlItem
toggleControlRelation
Initializes a new instance of GaugeRenderer class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal toggleControlItem As List(Of String), _
   ByVal toggleControlRelation As Dictionary(Of String,List(Of String)) _
)
Visual Basic (Usage)Copy Code
Dim toggleControlItem As List(Of String)
Dim toggleControlRelation As Dictionary(Of String,List(Of String))
 
Dim instance As New GaugeRenderer(toggleControlItem, toggleControlRelation)
C# 
public GaugeRenderer( 
   List<string> toggleControlItem,
   Dictionary<string,List<string>> toggleControlRelation
)
Delphi 
public GaugeRenderer( 
    toggleControlItem: List;
    toggleControlRelation: Dictionary
); 
JScript 
public function GaugeRenderer( 
   toggleControlItem : List,
   toggleControlRelation : Dictionary
);
Managed Extensions for C++ 
public: GaugeRenderer( 
   List<string*>* toggleControlItem,
   Dictionary<string*,List<string*>*>* toggleControlRelation
)
C++/CLI 
public:
GaugeRenderer( 
   List<String^>^ toggleControlItem,
   Dictionary<String^,List<String^>^>^ toggleControlRelation
)

Parameters

toggleControlItem
toggleControlRelation

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.