IsEmpty Method (ActionExtensions)
Gets a value indicating whether the specified action is empty.
'Declaration
Public Shared Function IsEmpty( _
ByVal As Action _
) As Boolean
Parameters
- action
- The GrapeCity.ActiveReports.PageReportModel.Action object to check.
Return Value
A
System.Boolean value.
true
if the action is empty; otherwise,
false
.