ActiveReports 8
GetResource Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility Namespace > ResourceLocator Class : GetResource Method

resourceInfo
ResourceInfo instance contains information about resource to be located.

Glossary Item Box

Gets Resource by its ResourceInfo.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetResource( _
   ByVal resourceInfo As ResourceInfo _
) As Resource
C# 
public abstract Resource GetResource( 
   ResourceInfo resourceInfo
)

Parameters

resourceInfo
ResourceInfo instance contains information about resource to be located.

Return Value

Resource contains resource that was located.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also