Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Parameters
- addReportParameters
Type: System.Boolean
Whether to add report parameters to the URL.
Return Value
Type: System.String
A string value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace