ActiveReports Developer 7
Value Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomPropertyDefinition Class : Value Property

Glossary Item Box

The value of the custom property.

Syntax

Visual Basic (Declaration) 
Public Property Value As ExpressionInfo
C# 
public ExpressionInfo Value {get; set;}

Remarks

The Value can be in the form of an expression.

See Also