StiDialogsProvider Class
Namespace: Stimulsoft.Report.Dialogs
This class provide base service for dialogs rendering.
Inheritance
Inherits from: StiService
Properties
| Property | Type | Description |
|---|---|---|
| GuiMode | StiGuiMode | |
| Report | StiReport |
Methods
| Method | Returns | Description |
|---|---|---|
| CloseForm | void | |
| CreateCheckBoxControl | IStiCheckBoxControl | |
| CreateForm | IStiForm | |
| CreateLabelControl | IStiLabelControl | |
| CreatePictureBoxControl | IStiPictureBoxControl | |
| CreateTextBoxControl | IStiTextBoxControl | |
| DisposeForm | void | |
GetProvider static |
StiDialogsProvider | |
| InvokeButtonClick | void | |
| InvokeEventFired | void | |
| LoadForm | void | |
| PrepareForm | void | |
| Render | bool | Render all forms in report. |
| RenderForm | bool |
Method Details
CloseForm
CloseForm(): void
CreateCheckBoxControl
CreateCheckBoxControl(): IStiCheckBoxControl
Returns IStiCheckBoxControl
CreateForm
CreateForm(report: StiReport): IStiForm
Parameters
- report (StiReport)
Returns IStiForm
CreateLabelControl
CreateLabelControl(): IStiLabelControl
Returns IStiLabelControl
CreatePictureBoxControl
CreatePictureBoxControl(): IStiPictureBoxControl
Returns IStiPictureBoxControl
CreateTextBoxControl
CreateTextBoxControl(): IStiTextBoxControl
Returns IStiTextBoxControl
DisposeForm
DisposeForm(): void
GetProvider static
GetProvider(report: StiReport): StiDialogsProvider
Parameters
- report (StiReport)
Returns StiDialogsProvider
InvokeButtonClick
InvokeButtonClick(sender: object, e: EventArgs): void
Parameters
- sender (object)
- e (EventArgs)
InvokeEventFired
InvokeEventFired(sender: object, e: EventArgs): void
Parameters
- sender (object)
- e (EventArgs)
LoadForm
LoadForm(formControl: IStiForm): void
Parameters
- formControl (IStiForm)
PrepareForm
PrepareForm(): void
Render
Render(report: StiReport, startMode: StiFormStartMode): bool
Render all forms in report.
Parameters
- report (StiReport)
- startMode (StiFormStartMode)
Returns bool
RenderForm
RenderForm(formControl: IStiForm): bool
Parameters
- formControl (IStiForm)
Returns bool
Events
| Event | Type | Description |
|---|---|---|
| ButtonClick | EventHandler | |
| EventFired | EventHandler |