Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / Addition Operator
The first size to add.
The second size to add.

In This Topic
    Addition Operator (ReportSize)
    In This Topic
    Adds two sizes.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal s1 As ReportSize, _
       ByVal s2 As ReportSize _
    ) As ReportSize
    public ReportSize operator +( 
       ReportSize s1,
       ReportSize s2
    )

    Parameters

    s1
    The first size to add.
    s2
    The second size to add.

    Return Value

    A size representing the sum of s1 and s2.
    See Also