Freigeben über


ReportUrlBuilder.ToString-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns a string representation of ReportUrlBuilder object.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ReportUrlBuilder 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Rückgabewert

Typ: System.String
A string representation of ReportUrlBuilder object.

Siehe auch

Verweis

ReportUrlBuilder Klasse

Microsoft.ReportingServices.ReportRendering-Namespace