MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports Namespace / ResourceLocator Class / GetResource Method / GetResource(ResourceInfo) Method
The ResourceInfo object containing information about the resource to be located.

In This Topic
GetResource(ResourceInfo) Method
In This Topic
Gets a Resource using a specified ResourceInfo.
Syntax
'Declaration
 
Public Overloads MustOverride Function GetResource( _
   ByVal resourceInfo As ResourceInfo _
) As Resource
 

Parameters

resourceInfo
The ResourceInfo object containing information about the resource to be located.

Return Value

A Resource object that contains the located resource.
See Also