ActiveReports Developer 7
Omit Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Parameter Class : Omit Property

Glossary Item Box

Gets or sets a Boolean expression that indicates whether the parameter is skipped.

Syntax

Visual Basic (Declaration) 
Public Property Omit As ExpressionInfo
C# 
public ExpressionInfo Omit {get; set;}

Property Value

An ExpressionInfo object that evaluates to a Boolean value to indicate whether the parameter is skipped.

See Also