[]
Gets a ResourceLocator for a specified subreport.
public override 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 | A ResourceLocator object specific to the specified subreport. |
Returns a ResourceLocator for a specified part item.
public override 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 | A ResourceLocator object specific to the specified URI. |