Click or drag to resize

StiWinDialogsProviderConvertCheckBoxToReportControl Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dialogs.StiWinDialogsProvider.ConvertCheckBoxToReportControl(Stimulsoft.Report.Dialogs.StiCheckBoxControl,System.Windows.Forms.Control)"]

Namespace:  Stimulsoft.Report.Dialogs
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected virtual void ConvertCheckBoxToReportControl(
	StiCheckBoxControl checkBoxControl,
	Control checkBox
)

Parameters

checkBoxControl
Type: Stimulsoft.Report.DialogsStiCheckBoxControl

[Missing <param name="checkBoxControl"/> documentation for "M:Stimulsoft.Report.Dialogs.StiWinDialogsProvider.ConvertCheckBoxToReportControl(Stimulsoft.Report.Dialogs.StiCheckBoxControl,System.Windows.Forms.Control)"]

checkBox
Type: System.Windows.FormsControl

[Missing <param name="checkBox"/> documentation for "M:Stimulsoft.Report.Dialogs.StiWinDialogsProvider.ConvertCheckBoxToReportControl(Stimulsoft.Report.Dialogs.StiCheckBoxControl,System.Windows.Forms.Control)"]

See Also