Click or drag to resize

StiDialogsProviderRender Method

Render all forms in report.

Namespace:  Stimulsoft.Report.Dialogs
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract bool Render(
	StiReport report,
	StiFormStartMode startMode
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Dialogs.StiDialogsProvider.Render(Stimulsoft.Report.StiReport,Stimulsoft.Report.Dialogs.StiFormStartMode)"]

startMode
Type: Stimulsoft.Report.DialogsStiFormStartMode

[Missing <param name="startMode"/> documentation for "M:Stimulsoft.Report.Dialogs.StiDialogsProvider.Render(Stimulsoft.Report.StiReport,Stimulsoft.Report.Dialogs.StiFormStartMode)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.Dialogs.StiDialogsProvider.Render(Stimulsoft.Report.StiReport,Stimulsoft.Report.Dialogs.StiFormStartMode)"]

See Also