[]
Gets a ResourceLocator for a specified subreport.
public virtual ResourceLocator Fork(string subreportName)
Type | Name | Description |
---|---|---|
string | subreportName | A string value indicating the name of the subreport to get the ResourceLocator for. |
Type | Description |
---|---|
ResourceLocator | If not overridden, returns |
Returns a ResourceLocator for a specified part item.
public virtual ResourceLocator Fork(Uri uri)
Type | Name | Description |
---|---|---|
Uri | uri | A System.Uri object of the part item to get the ResourceLocator for. |
Type | Description |
---|---|
ResourceLocator | If not overridden, returns |