[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ResourceLocator.Fork

Fork Method

Fork(string)

Gets a ResourceLocator for a specified subreport.

Declaration
public virtual 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

If not overridden, returns this; otherwise, returns a ResourceLocator object specific to the specified subreport.

Fork(Uri)

Returns a ResourceLocator for a specified part item.

Declaration
public virtual 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

If not overridden, returns this; otherwise, returns a ResourceLocator object specific to the specified URI.