StiReportObjectStringConverterConvertSimpleBorderToString Method |
Converts a simple border into a string.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public string ConvertSimpleBorderToString(
StiSimpleBorder border
)
Public Function ConvertSimpleBorderToString (
border As StiSimpleBorder
) As String
Parameters
- border
- Type: Stimulsoft.Base.DrawingStiSimpleBorder
Border for conversion.
Return Value
Type:
StringString got as result of conversion.
See Also