MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CheckBox Class / GetExpressions Method

In This Topic
GetExpressions Method (CheckBox)
In This Topic
Returns a list of the expressions contained by this report item.
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetExpressions() As ExpressionInfo()
 

Return Value

An array of GrapeCity.Enterprise.Data.Expressions.ExpressionInfo objects representing the expressions contained by this report item.
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