ActiveReports Developer 7
ToString() Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure > ToString Method : ToString() Method

Glossary Item Box

Converts the value of this instance to its equivalent string representation.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function ToString() As System.String
C# 
public override System.string ToString()

Return Value

String representation of current Length instance

See Also