Gets Dictionary<(Of <(TKey, TValue>)>) of resources of the document (see ResourceEx class).

Namespace:  PerpetuumSoft.ReportingServices.Viewer.ExtensionLink
Assembly:  PerpetuumSoft.ReportingServices.Viewer.ExtensionLink (in PerpetuumSoft.ReportingServices.Viewer.ExtensionLink.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Dictionary<string, ResourceEx> Resources { get; }
Visual Basic (Declaration)
Public ReadOnly Property Resources As Dictionary(Of String, ResourceEx)
Visual C++
public:
property Dictionary<String^, ResourceEx^>^ Resources {
	Dictionary<String^, ResourceEx^>^ get ();
}

See Also