Click or drag to resize

StiPageSaveDocument Method (StiDocumentPageSLService, String)

Saves a rendered page into the file using the provider.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void SaveDocument(
	StiDocumentPageSLService service,
	string path
)

Parameters

service
Type: Stimulsoft.Report.SaveLoadStiDocumentPageSLService
The provider which will save a page.
path
Type: SystemString
The file for saving a page.
See Also