Click or drag to resize

StiWinDialogsProvider Class

This class provide forms rendering.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Dialogs
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiWinDialogsProvider : StiDialogsProvider

The StiWinDialogsProvider type exposes the following members.

Constructors
  NameDescription
Public methodStiWinDialogsProvider
Initializes a new instance of the StiWinDialogsProvider class
Public methodStiWinDialogsProvider(StiReport)
Initializes a new instance of the StiWinDialogsProvider class
Top
Properties
Methods
  NameDescription
Public methodClone (Inherited from StiService.)
Public methodCloseForm (Overrides StiDialogsProviderCloseForm.)
Protected methodConvertButtonToReportControl
Protected methodConvertCheckBoxToReportControl
Protected methodConvertCheckedListBoxToReportControl
Protected methodConvertComboBoxToReportControl
Protected methodConvertControlsToDialogs
Protected methodConvertControlToReportControl
Protected methodConvertDateTimePickerToReportControl
Protected methodConvertDialogsToControls
Protected methodConvertGridToReportControl
Protected methodConvertGroupBoxToReportControl
Protected methodConvertLabelToReportControl
Protected methodConvertListBoxToReportControl
Protected methodConvertListViewToReportControl
Protected methodConvertLookUpBoxToReportControl
Protected methodConvertNumericUpDownToReportControl
Protected methodConvertPanelToReportControl
Protected methodConvertPictureBoxToReportControl
Protected methodConvertRadioButtonToReportControl
Protected methodConvertReportControlToButton
Protected methodConvertReportControlToCheckBox
Protected methodConvertReportControlToCheckedListBox
Protected methodConvertReportControlToComboBox
Protected methodConvertReportControlToControl
Protected methodConvertReportControlToCustomControl
Protected methodConvertReportControlToDateTimePicker
Protected methodConvertReportControlToForm
Protected methodConvertReportControlToGrid
Protected methodConvertReportControlToGroupBox
Protected methodConvertReportControlToLabel
Protected methodConvertReportControlToListBox
Protected methodConvertReportControlToListView
Protected methodConvertReportControlToLookUpBox
Protected methodConvertReportControlToNumericUpDown
Protected methodConvertReportControlToPanel
Protected methodConvertReportControlToPictureBox
Protected methodConvertReportControlToRadioButton
Protected methodConvertReportControlToRichTextBox
Protected methodConvertReportControlToTextBox
Protected methodConvertReportControlToTreeView
Protected methodConvertRichTextBoxToReportControl
Protected methodConvertTextBoxToReportControl
Protected methodConvertTreeViewToReportControl
Public methodCreateCheckBoxControl (Overrides StiDialogsProviderCreateCheckBoxControl.)
Public methodCreateForm (Overrides StiDialogsProviderCreateForm(StiReport).)
Public methodCreateLabelControl (Overrides StiDialogsProviderCreateLabelControl.)
Public methodCreatePictureBoxControl (Overrides StiDialogsProviderCreatePictureBoxControl.)
Public methodCreateTextBoxControl (Overrides StiDialogsProviderCreateTextBoxControl.)
Public methodDisposeForm (Overrides StiDialogsProviderDisposeForm.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFormToReportControl
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeButtonClick (Inherited from StiDialogsProvider.)
Protected methodInvokeEventFired (Inherited from StiDialogsProvider.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadForm (Overrides StiDialogsProviderLoadForm(IStiForm).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodPrepareForm (Overrides StiDialogsProviderPrepareForm.)
Public methodRender
Render all forms in report.
(Overrides StiDialogsProviderRender(StiReport, StiFormStartMode).)
Public methodRenderForm
Render form.
(Overrides StiDialogsProviderRenderForm(IStiForm).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventButtonClick (Inherited from StiDialogsProvider.)
Public eventEventFired (Inherited from StiDialogsProvider.)
Top
See Also