ActiveReports Developer 7
IsValid Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : IsValid Property

Glossary Item Box

Indicates if the Length string contains the correct units and value.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsValid As System.Boolean
C# 
public System.bool IsValid {get;}

Property Value

Return true if the Length string is valid, else false.

See Also