Checks whether an resource added 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 bool IsResourceExist(
	string resource_id
)
Visual Basic (Declaration)
Public Function IsResourceExist ( _
	resource_id As String _
) As Boolean
Visual C++
public:
bool IsResourceExist(
	String^ resource_id
)

Parameters

resource_id
Type: System..::.String
Identifier of the resource

See Also