ReportUrlBuilder.AddReplacementRoot Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a replacement root for the ReportUrlBuilder object.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub AddReplacementRoot
'Usage
Dim instance As ReportUrlBuilder
instance.AddReplacementRoot()
public void AddReplacementRoot()
public:
void AddReplacementRoot()
member AddReplacementRoot : unit -> unit
public function AddReplacementRoot()