[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.DefaultResourceLocator.Fork

Fork Method

Fork(string)

Gets a ResourceLocator for a specified subreport.

Declaration
public override ResourceLocator Fork(string subreportName)
Parameters
Type Name Description
string subreportName

A string value indicating the name of the subreport to get the ResourceLocator for.

Returns
Type Description
ResourceLocator

A ResourceLocator object specific to the specified subreport.

Overrides

Fork(Uri)

Returns a ResourceLocator for a specified part item.

Declaration
public override ResourceLocator Fork(Uri uri)
Parameters
Type Name Description
Uri uri

A System.Uri object of the part item to get the ResourceLocator for.

Returns
Type Description
ResourceLocator

A ResourceLocator object specific to the specified URI.

Overrides