StiSLService Class
Namespace: Stimulsoft.Report.SaveLoad
Inheritance
Inherits from: StiService
Methods
| Method | Returns | Description |
|---|---|---|
| GetAction | StiSLActions | Returns actions available for the provider. |
GetDictionaryFilters static |
string | Returns a filter for all available services for saving / loading / merging of dictionary of data. |
GetDictionarySLServices static |
List<StiDictionarySLService> | Returns a filter for all available services for saving / loading of a dictioary of data. |
GetDocumentFilters static |
string | Returns a filter for all available services for saving / loading of a document. |
GetDocumentSLServices static |
List<StiDocumentSLService> | Returns a container of services for all available services for saving / loading of a document. |
| GetFilter | string | Returns a filter for the provider. |
GetPageFilters static |
string | Returns a filter for all available services for saving / loading of a page. |
GetPageSLServices static |
List<StiPageSLService> | Returns a container of services for all available services for saving / loading of a page. |
GetReportFilters static |
string | Returns a filter for all available services for saving / loading of a report. |
GetReportSLServices static |
List<StiReportSLService> | Returns a container of services for all available services for saving / loading of a eport. |
| InvokeLoading | void | Raises the Loading event for this object. |
| InvokeSaving | void | Raises the Saving event for this object. |
| OnLoading (+1 overloads) | void | |
| OnSaving (+1 overloads) | void |
Method Details
GetAction
GetAction(): StiSLActions
Returns actions available for the provider.
Returns StiSLActions — Available actions.
GetDictionaryFilters static
GetDictionaryFilters(action: StiSLActions): string
Returns a filter for all available services for saving / loading / merging of dictionary of data.
Parameters
- action (StiSLActions) — Action required from services.
Returns string — Filter.
GetDictionarySLServices static
GetDictionarySLServices(action: StiSLActions): List<StiDictionarySLService>
Returns a filter for all available services for saving / loading of a dictioary of data.
Parameters
- action (StiSLActions) — Action required from services.
Returns List<StiDictionarySLService> — Container of services.
GetDocumentFilters static
GetDocumentFilters(action: StiSLActions): string
Returns a filter for all available services for saving / loading of a document.
Parameters
- action (StiSLActions) — Action required from services.
Returns string — Filter.
GetDocumentSLServices static
GetDocumentSLServices(action: StiSLActions): List<StiDocumentSLService>
Returns a container of services for all available services for saving / loading of a document.
Parameters
- action (StiSLActions) — Action required from services.
Returns List<StiDocumentSLService> — Container of services.
GetFilter
GetFilter(): string
Returns a filter for the provider.
Returns string — String with filter.
GetPageFilters static
GetPageFilters(action: StiSLActions): string
Returns a filter for all available services for saving / loading of a page.
Parameters
- action (StiSLActions) — Action required from services.
Returns string — Filter.
GetPageSLServices static
GetPageSLServices(action: StiSLActions): List<StiPageSLService>
Returns a container of services for all available services for saving / loading of a page.
Parameters
- action (StiSLActions) — Action required from services.
Returns List<StiPageSLService> — Container of services.
GetReportFilters static
GetReportFilters(action: StiSLActions): string
Returns a filter for all available services for saving / loading of a report.
Parameters
- action (StiSLActions) — Action required from services.
Returns string — Filter.
GetReportSLServices static
GetReportSLServices(action: StiSLActions): List<StiReportSLService>
Returns a container of services for all available services for saving / loading of a eport.
Parameters
- action (StiSLActions) — Action required from services.
Returns List<StiReportSLService> — Container of services.
InvokeLoading
InvokeLoading(): void
Raises the Loading event for this object.
InvokeSaving
InvokeSaving(): void
Raises the Saving event for this object.
OnLoading
OnLoading(e: EventArgs): void
Parameters
- e (EventArgs)
OnLoading(sender: object, e: EventArgs): void
Parameters
- sender (object)
- e (EventArgs)
OnSaving
OnSaving(e: EventArgs): void
Parameters
- e (EventArgs)
OnSaving(sender: object, e: EventArgs): void
Parameters
- sender (object)
- e (EventArgs)
Events
| Event | Type | Description |
|---|---|---|
| Loading | EventHandler | Event occurs when loading report engine load one element. |
| Saving | EventHandler | Event occurs when saving report engine save one element. |