ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports Namespace / ResourceLocator Class / Fork Method / Fork(String) Method
A System.String value indicating the name of the subreport to get the ResourceLocator for.

In This Topic
    Fork(String) Method
    In This Topic
    Gets a ResourceLocator for a specified subreport.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function Fork( _
       ByVal subreportName As String _
    ) As ResourceLocator
    public virtual ResourceLocator Fork( 
       string subreportName
    )

    Parameters

    subreportName
    A System.String value indicating the name of the subreport to get the ResourceLocator for.

    Return Value

    If not overridden, returns this; otherwise, returns a ResourceLocator object specific to the specified subreport.
    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