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