Click or drag to resize

StiWinDialogsProviderConvertNumericUpDownToReportControl Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dialogs.StiWinDialogsProvider.ConvertNumericUpDownToReportControl(Stimulsoft.Report.Dialogs.StiNumericUpDownControl,System.Windows.Forms.NumericUpDown)"]

Namespace:  Stimulsoft.Report.Dialogs
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected virtual void ConvertNumericUpDownToReportControl(
	StiNumericUpDownControl numericUpDownControl,
	NumericUpDown numericUpDown
)

Parameters

numericUpDownControl
Type: Stimulsoft.Report.DialogsStiNumericUpDownControl

[Missing <param name="numericUpDownControl"/> documentation for "M:Stimulsoft.Report.Dialogs.StiWinDialogsProvider.ConvertNumericUpDownToReportControl(Stimulsoft.Report.Dialogs.StiNumericUpDownControl,System.Windows.Forms.NumericUpDown)"]

numericUpDown
Type: System.Windows.FormsNumericUpDown

[Missing <param name="numericUpDown"/> documentation for "M:Stimulsoft.Report.Dialogs.StiWinDialogsProvider.ConvertNumericUpDownToReportControl(Stimulsoft.Report.Dialogs.StiNumericUpDownControl,System.Windows.Forms.NumericUpDown)"]

See Also