ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IResourceRepositoryProvider Interface / ListResources Method
The type of resources to list.

In This Topic
    ListResources Method (IResourceRepositoryProvider)
    In This Topic
    Gets the list of resources available for a particular report.
    Syntax
    'Declaration
     
    Function ListResources( _
       ByVal resourceType As ResourceType _
    ) As ResourceDescriptor()

    Parameters

    resourceType
    The type of resources to list.

    Return Value

    An array of ResourceDescriptor objects representing the available resources.
    See Also