'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.