Click or drag to resize

StiExportServiceGetOrderFileName Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiExportService.GetOrderFileName(System.String,System.Int32,System.Int32,System.String)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string GetOrderFileName(
	string baseName,
	int index,
	int totalPagesCount,
	string extension
)

Parameters

baseName
Type: SystemString

[Missing <param name="baseName"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.GetOrderFileName(System.String,System.Int32,System.Int32,System.String)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.GetOrderFileName(System.String,System.Int32,System.Int32,System.String)"]

totalPagesCount
Type: SystemInt32

[Missing <param name="totalPagesCount"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.GetOrderFileName(System.String,System.Int32,System.Int32,System.String)"]

extension
Type: SystemString

[Missing <param name="extension"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.GetOrderFileName(System.String,System.Int32,System.Int32,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Export.StiExportService.GetOrderFileName(System.String,System.Int32,System.Int32,System.String)"]

See Also