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

unit1
the Length minuend
unit2
the Length subtrahend

Glossary Item Box

Subtracts one Length from another and return the unit of the first GrapeCity.ActiveReports.Extensibility.Definition.Components.Length.

Syntax

Visual Basic (Declaration) 
Public Shared Function Subtract( _
   ByVal unit1 As Length, _
   ByVal unit2 As Length _
) As Length
C# 
public static Length Subtract( 
   Length unit1,
   Length unit2
)

Parameters

unit1
the Length minuend
unit2
the Length subtrahend

Return Value

the Length that is the results of subtracting unit1 by unit2

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