ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ActionExtensions Class / IsEmpty Method
The GrapeCity.ActiveReports.PageReportModel.Action object to check.

In This Topic
IsEmpty Method (ActionExtensions)
In This Topic
Gets a value indicating whether the specified action is empty.
Syntax
'Declaration
 
Public Shared Function IsEmpty( _
   ByVal action 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.
Remarks
This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
See Also