Partilhar via


ReportUrlBuilder Constructor

This constructor supports the SQL Server 2005 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 _
)
public ReportUrlBuilder (
    ReportUrlBuilder src
)
public:
ReportUrlBuilder (
    ReportUrlBuilder^ src
)
public ReportUrlBuilder (
    ReportUrlBuilder src
)
public function ReportUrlBuilder (
    src : ReportUrlBuilder
)

Parameters

  • src

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ReportUrlBuilder Class
ReportUrlBuilder Members
Microsoft.ReportingServices.ReportRendering Namespace