[]
Represents an abstract base class for locating resources based on their information.
public abstract class ResourceLocator
Name | Description |
---|---|
ResourceLocator() |
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. |
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. |