[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ResourceLocator

ResourceLocator Class

Represents an abstract base class for locating resources based on their information.

Inheritance
ResourceLocator
Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public abstract class ResourceLocator

Constructors

Name Description
ResourceLocator()

Properties

Name Description
BaseUri

Gets or sets the base System.Uri that all the resources are located relative to.

ServiceProvider

Gets or sets an IServiceProvider object used to obtain report services.

Methods

Name Description
Fork(string)

Gets a ResourceLocator for a specified subreport.

Fork(Uri)

Returns a ResourceLocator for a specified part item.

GetResource(ResourceInfo)

Gets a Resource using a specified ResourceInfo.

GetResource(ResourceInfo, IServiceProvider)

Gets a Resource using a specified ResourceInfo and IServiceProvider.

Extension Methods