ActiveReports 8
FromTwips Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : FromTwips Method

twips
GrapeCity.ActiveReports.Extensibility.Definition.Components.Length in twips
target
Target unit for conversion for output or arithmetic

Glossary Item Box

Create a new Length from twips.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromTwips( _
   ByVal twips As System.Single, _
   ByVal target As Length.Unit _
) As Length
C# 
public static Length FromTwips( 
   System.float twips,
   Length.Unit target
)

Parameters

twips
GrapeCity.ActiveReports.Extensibility.Definition.Components.Length in twips
target
Target unit for conversion for output or arithmetic

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