Intersoft ClientUI Documentation
ToggleControlRelation Property
See Also  Send Feedback
Intersoft.ReportingServices.Rendering Namespace > XamlRenderer Class : ToggleControlRelation Property






Gets a value that specifies the relation of toggle item in the report.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ToggleControlRelation As Dictionary(Of String,List(Of String))
Visual Basic (Usage)Copy Code
Dim instance As XamlRenderer
Dim value As Dictionary(Of String,List(Of String))
 
value = instance.ToggleControlRelation
C# 
public Dictionary<string,List<string>> ToggleControlRelation {get;}
Delphi 
public read-only property ToggleControlRelation: Dictionary; 
JScript 
public function get ToggleControlRelation : Dictionary
Managed Extensions for C++ 
public: __property Dictionary<string*,List<string*>*>* get_ToggleControlRelation();
C++/CLI 
public:
property Dictionary<String^,List<String^>^>^ ToggleControlRelation {
   Dictionary<String^,List<String^>^>^ get();
}

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.