ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IResourceRepositoryProvider Interface / DescribeResources Method
An array of GrapeCity.ActiveReports.ResourceInfo objects representing the resources to describe.

In This Topic
    DescribeResources Method (IResourceRepositoryProvider)
    In This Topic
    Gets descriptors of the specified resources.
    Syntax
    'Declaration
     
    Function DescribeResources( _
       ByVal resources() As ResourceInfo _
    ) As ResourceDescriptor()
    ResourceDescriptor[] DescribeResources( 
       ResourceInfo[] resources
    )

    Parameters

    resources
    An array of GrapeCity.ActiveReports.ResourceInfo objects representing the resources to describe.

    Return Value

    An array of ResourceDescriptor objects representing the descriptors of the requested resources.
    See Also