ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports Namespace / DefaultResourceLocator Class / Fork Method / Fork(Uri) Method
A System.Uri object of the part item to get the ResourceLocator for.

In This Topic
    Fork(Uri) Method
    In This Topic
    Returns a ResourceLocator for a specified part item.
    Syntax
    'Declaration
     
    Public Overloads Overrides NotOverridable Function Fork( _
       ByVal uri As Uri _
    ) As ResourceLocator
    public override ResourceLocator Fork( 
       Uri uri
    )

    Parameters

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

    Return Value

    A ResourceLocator object specific to the specified URI.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also