StiSLService Class |
Namespace: Stimulsoft.Report.SaveLoad
The StiSLService type exposes the following members.
| Name | Description | |
|---|---|---|
| StiSLService | Initializes a new instance of the StiSLService class |
| Name | Description | |
|---|---|---|
| Properties | (Inherited from StiService.) | |
| ServiceCategory |
Gets a service category.
(Overrides StiServiceServiceCategory.) | |
| ServiceEnabled | (Inherited from StiService.) | |
| ServiceInfo | (Inherited from StiService.) | |
| ServiceName | (Inherited from StiService.) | |
| ServiceType | (Inherited from StiService.) |
| Name | Description | |
|---|---|---|
| Clone | (Inherited from StiService.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAction |
Returns actions available for the provider.
| |
| GetDictionaryFilters |
Returns a filter for all available services for saving / loading / merging of dictionary of data.
| |
| GetDictionarySLServices |
Returns a filter for all available services for saving / loading of a dictioary of data.
| |
| GetDocumentFilters |
Returns a filter for all available services for saving / loading of a document.
| |
| GetDocumentSLServices |
Returns a container of services for all available services for saving / loading of a document.
| |
| GetFilter |
Returns a filter for the provider.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPageFilters |
Returns a filter for all available services for saving / loading of a page.
| |
| GetPageSLServices |
Returns a container of services for all available services for saving / loading of a page.
| |
| GetReportFilters |
Returns a filter for all available services for saving / loading of a report.
| |
| GetReportSLServices |
Returns a container of services for all available services for saving / loading of a eport.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InvokeLoading |
Raises the Loading event for this object.
| |
| InvokeSaving |
Raises the Saving event for this object.
| |
| IsPropertiesInitializedProtected | (Inherited from StiService.) | |
| IsPropertyPresent | (Inherited from StiService.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnLoading(EventArgs) | ||
| OnLoading(Object, EventArgs) | ||
| OnSaving(EventArgs) | ||
| OnSaving(Object, EventArgs) | ||
| PackService | (Inherited from StiService.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Loading |
Event occurs when loading report engine load one element.
| |
| Saving |
Event occurs when saving report engine save one element.
|