Click or drag to resize

StiSLServiceGetPageSLServices Method

Returns a container of services for all available services for saving / loading of a page.

Namespace:  Stimulsoft.Report.SaveLoad
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static List<StiPageSLService> GetPageSLServices(
	StiSLActions action
)

Parameters

action
Type: Stimulsoft.Report.SaveLoadStiSLActions
Action required from services.

Return Value

Type: ListStiPageSLService
Container of services.
See Also