ActiveReports Developer 7
Explicit Type Conversion Operator
See Also 
GrapeCity.ActiveReports.Extensibility.v7 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

See Also