ActiveReports 8
Explicit Type Conversion Operator
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Explicit Type Conversion Operator

unit
GrapeCity.ActiveReports.Extensibility.Definition.Components.Length to convert to a string

Glossary Item Box

Converts current Length instance to a string

Syntax

Visual Basic (Declaration) 
Public Operator Narrowing CType( _
   ByVal unit As Length _
) As System.String
C# 
public System.string operator explicit( 
   Length unit
)

Parameters

unit
GrapeCity.ActiveReports.Extensibility.Definition.Components.Length to convert to a string

Return Value

String representation of current Length instance

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