Adds a resource into dictionary.

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 void AddResource(
	ResourceEx resource
)
Visual Basic (Declaration)
Public Sub AddResource ( _
	resource As ResourceEx _
)
Visual C++
public:
void AddResource(
	ResourceEx^ resource
)

See Also