Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
URL from which the report was executed.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function GetReportUrl ( _
addReportParameters As Boolean _
) As String
'Usage
Dim instance As Report
Dim addReportParameters As Boolean
Dim returnValue As String
returnValue = instance.GetReportUrl(addReportParameters)
public string GetReportUrl(
bool addReportParameters
)
public:
String^ GetReportUrl(
bool addReportParameters
)
member GetReportUrl :
addReportParameters:bool -> string
public function GetReportUrl(
addReportParameters : boolean
) : String
Parameter
- addReportParameters
Typ: System.Boolean
Whether to add report parameters to the URL.
Rückgabewert
Typ: System.String
A string value.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace