ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Parameter Class / Omit Property

In This Topic
    Omit Property (Parameter)
    In This Topic

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

    Syntax
    'Declaration
     
    Public Property Omit As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Omit {get; set;}

    Property Value

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

    See Also