ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / IReportResourceProvider Interface / GetResource Method
A GrapeCity.ActiveReports.ResourceInfo value that indicating the information about the resource to retrieve.

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

    Parameters

    resource
    A GrapeCity.ActiveReports.ResourceInfo value that indicating the information about the resource to retrieve.

    Return Value

    A System.IO.Stream object containing the resource data.
    See Also