This method is called when iteration over data scope is finished.

Should be overridden in derived classes.

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

Syntax

C#
public abstract Object Finish()
Visual Basic
Public MustOverride Function Finish As Object

Return Value

The value of the aggregate function.

See Also