Metoda Report.GetReportUrl
Adres URL, z którego wykonano raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Function GetReportUrl ( _
addReportParameters As Boolean _
) As String
'Użycie
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
Parametry
- addReportParameters
Typ: System.Boolean
Czy chcesz dodać parametry raportu do adresu URL.
Wartość zwracana
Typ: System.String
A ciąg wartości.
Zobacz także