Table of Contents

Field ReportBorderStyleNotSupported

Namespace
DocWright.Core.Diagnostics
Assembly
DocWright.Core.dll

DXP9408: a report border names a style Reporting Services does not accept — DashDot, DashDotDot, Groove, Ridge, Inset, Outset or WindowInset. The border is drawn solid at its stated width and colour.

public const string ReportBorderStyleNotSupported = "DXP9408"

Returns

string
DXP9408: a report border names a style Reporting Services does not accept — DashDot, DashDotDot, Groove, Ridge, Inset, Outset or WindowInset. The border is drawn solid at its stated width and colour.

Remarks

These are not styles the reference draws differently: it refuses the definition — "The value of the BorderStyle property for the text box 'B' is "Groove", which is not a valid BorderStyle." — so there is no geometry to reproduce and no probe can produce one. Drawing them solid is therefore acceptance of input the reference rejects, which is why it is reported rather than silent. It is a warning, as the other "drawn differently from the reference" codes are: the report still renders, and every border it names is drawn at its stated width and colour.