Click or drag to resize

StiSvgHelperSaveToStream Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiSvgHelper.SaveToStream(Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiPage,System.IO.Stream,System.Boolean)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void SaveToStream(
	StiReport report,
	StiPage page,
	Stream stream,
	bool compressed
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Export.StiSvgHelper.SaveToStream(Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiPage,System.IO.Stream,System.Boolean)"]

page
Type: Stimulsoft.Report.ComponentsStiPage

[Missing <param name="page"/> documentation for "M:Stimulsoft.Report.Export.StiSvgHelper.SaveToStream(Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiPage,System.IO.Stream,System.Boolean)"]

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Stimulsoft.Report.Export.StiSvgHelper.SaveToStream(Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiPage,System.IO.Stream,System.Boolean)"]

compressed
Type: SystemBoolean

[Missing <param name="compressed"/> documentation for "M:Stimulsoft.Report.Export.StiSvgHelper.SaveToStream(Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.StiPage,System.IO.Stream,System.Boolean)"]

See Also