ActiveReports Developer 7
ErrorMessage Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > Parameter Class : ErrorMessage Property

Glossary Item Box

Gets the error message associated with this parameter.

Syntax

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

See Also