Click or drag to resize

StiReportIsNull Method

Returns true if current row of dataColumn from dataSource contain null or DbNull.Value.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected bool IsNull(
	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: Boolean
Result of checking.
See Also