[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.ErrorsRenderingMode

ErrorsRenderingMode Enum

Specifies how to render evaluation errors in the report.

Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum ErrorsRenderingMode

Fields

Name Description
GenericMessage

Indicates that evaluation errors are rendered as generic messages, like '#Error'.

Skip

Indicates that evaluation errors interpreted as null values.

Extension Methods