Click or drag to resize

StiReportCompileReportsToAssembly Method (String, StiReport)

[Missing <summary> documentation for "M:Stimulsoft.Report.StiReport.CompileReportsToAssembly(System.String,Stimulsoft.Report.StiReport[])"]

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public CompilerResults CompileReportsToAssembly(
	string assemblyPath,
	StiReport[] reports
)

Parameters

assemblyPath
Type: SystemString

[Missing <param name="assemblyPath"/> documentation for "M:Stimulsoft.Report.StiReport.CompileReportsToAssembly(System.String,Stimulsoft.Report.StiReport[])"]

reports
Type: Stimulsoft.ReportStiReport

[Missing <param name="reports"/> documentation for "M:Stimulsoft.Report.StiReport.CompileReportsToAssembly(System.String,Stimulsoft.Report.StiReport[])"]

Return Value

Type: CompilerResults

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.CompileReportsToAssembly(System.String,Stimulsoft.Report.StiReport[])"]

See Also