ReportUrlBuilder Constructor
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub New ( _
src As ReportUrlBuilder _
)
'Usage
Dim src As ReportUrlBuilder
Dim instance As New ReportUrlBuilder(src)
public ReportUrlBuilder(
ReportUrlBuilder src
)
public:
ReportUrlBuilder(
ReportUrlBuilder^ src
)
new :
src:ReportUrlBuilder -> ReportUrlBuilder
public function ReportUrlBuilder(
src : ReportUrlBuilder
)