IsEmpty Method (ActionExtensions)
In This Topic
Gets a value indicating whether the specified action is empty.
Syntax
Parameters
- action
- The GrapeCity.ActiveReports.PageReportModel.Action object to check.
Return Value
A
System.Boolean value.
true
if the action is empty; otherwise,
false
.
See Also