ActiveReports 8
Implicit Type Conversion Operator
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also