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

unit
The length value to multiply.
scale
The float value to multiply the length value to.

Glossary Item Box

Multiply the length to the specified value.

Syntax

Visual Basic (Declaration) 
Public Shared Function Multiply( _
   ByVal unit As Length, _
   ByVal scale As System.Single _
) As Length
C# 
public static Length Multiply( 
   Length unit,
   System.float scale
)

Parameters

unit
The length value to multiply.
scale
The float value to multiply the length value to.

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