StiReportLoadDocumentFromUrl Method |
Loads a rendered report template from specified url.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void LoadDocumentFromUrl(
string url
)
Public Overridable Sub LoadDocumentFromUrl (
url As String
)
Parameters
- url
- Type: SystemString
Url which will be used for report loading.
See Also