Click or drag to resize

StiReportLastOnPage Method

Returns true if the previous field value is equal to null or DBNull.Value.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected Object LastOnPage(
	Object dataSource,
	string dataColumn
)

Parameters

dataSource
Type: SystemObject
Name of Data Source or reference to Data Source.
dataColumn
Type: SystemString
Name of Data Column.

Return Value

Type: Object
Result of checking.
See Also