Subtracts one size from another.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static ReportSize operator -(
	ReportSize s1,
	ReportSize s2
)
Visual Basic
Public Shared Operator - ( _
	s1 As ReportSize, _
	s2 As ReportSize _
) As ReportSize

Parameters

s1
Type: C1.C1Rdl..::..ReportSize
The size to subtract from.
s2
Type: C1.C1Rdl..::..ReportSize
The size that is subtracted.

Return Value

A size representing the difference between s1 and s2.

See Also