Gets the search dictionary.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ExtensionLinkAssembly: PerpetuumSoft.ReportingServices.Viewer.ExtensionLink (in PerpetuumSoft.ReportingServices.Viewer.ExtensionLink.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Dictionary<int, Dictionary<string, int>> LinkDictionary { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property LinkDictionary As Dictionary(Of Integer, Dictionary(Of String, Integer)) |
Visual C++ |
---|
public: property Dictionary<int, Dictionary<String^, int>^>^ LinkDictionary { Dictionary<int, Dictionary<String^, int>^>^ get (); } |