Adds two sizes.

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 first size to add.
s2
Type: C1.C1Rdl..::..ReportSize
The second size to add.

Return Value

A size representing the sum of s1 and s2.

See Also