Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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