StiReportSaveReportSourceCodeForSilverlight Method (String) |
Saves the report source code for Silverlight to the file.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void SaveReportSourceCodeForSilverlight(
string path
)
Public Overridable Sub SaveReportSourceCodeForSilverlight (
path As String
)
Parameters
- path
- Type: SystemString
Parameter specifies a path to the file the report is exported to.
See Also