Metodo GetReportUrl
URL from which the report was executed
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Function GetReportUrl ( _
addReportParameters As Boolean _
) As String
'Utilizzo
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
Parametri
- addReportParameters
Tipo: System. . :: . .Boolean
Whether to add report parameters to the URL.
Valore restituito
Tipo: System. . :: . .String
A string value.
Vedere anche