[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.BuildEvalMessage

BuildEvalMessage Method

BuildEvalMessage(float)

Builds the evaluation watermark message lines, formatted to fit within the specified document width.

Declaration
protected override sealed string[] BuildEvalMessage(float docWidth)
Parameters
Type Name Description
float docWidth

The document width in inches used for text wrapping.

Returns
Type Description
string[]

An array of strings representing the lines of the evaluation notice.

Overrides