ActiveReports Developer 7
Implicit Type Conversion Operator
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Implicit Type Conversion Operator

length
The length to convert.

Glossary Item Box

Converts string value to a new Length instance.

Syntax

Visual Basic (Declaration) 
Public Operator Widening CType( _
   ByVal length As System.String _
) As Length
C# 
public Length operator implicit( 
   System.string length
)

Parameters

length
The length to convert.

Return Value

new Lengthinstance

See Also