ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / IReportResourceProvider Interface / GetResource Method

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

    Parameters

    resource
    See Also