Freigeben über


ReportUrlBuilder-Konstruktor

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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
)