Click or drag to resize

StiReportObjectStringConverterConvertBorderToString Method

Converts a border into a string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public string ConvertBorderToString(
	StiBorder border
)

Parameters

border
Type: Stimulsoft.Base.DrawingStiBorder
Border for conversion.

Return Value

Type: String
String got as result of conversion.
See Also