ActiveReports Developer 7
Message Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Options Namespace > BarCodeException Class : Message Property

Glossary Item Box

Gets a message that describes the current exception.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property Message As System.String
C# 
public override System.string Message {get;}

See Also