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

length
string value indicate the size, e.g. 1 cm, 10 pt

Glossary Item Box

Constructor for the Length class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal length As System.String _
)
C# 
public Length( 
   System.string length
)

Parameters

length
string value indicate the size, e.g. 1 cm, 10 pt

See Also