ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IResourceRepositoryProvider Interface / GetResource Method
The information about the resource to retrieve.

In This Topic
GetResource Method (IResourceRepositoryProvider)
In This Topic
Gets the resource in a format compatible with the backend.
Syntax
'Declaration
 
Function GetResource( _
   ByVal resource As ResourceInfo _
) As Stream
 

Parameters

resource
The information about the resource to retrieve.

Return Value

A stream containing the resource data.
See Also