ActiveReports 13
TryFindResource Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TryFindResource Method
The key identifier of the resource to be found.
Searches for a resource with the specified key, and returns that resource if found.
Syntax
'Declaration
 
Public Function TryFindResource( _
   ByVal resourceKey As Object _
) As Object
public object TryFindResource( 
   object resourceKey
)

Parameters

resourceKey
The key identifier of the resource to be found.

Return Value

The found resource, or null if no resource with the provided key is found.
See Also

Reference

Viewer Class
Viewer Members