Skip to main content
All docs
V25.1
  • ParametersModel.GetVisible() Method

    Indicates whether at least one parameter is visible.

    Namespace: DevExpress.Blazor.Reporting.Models

    Assembly: DevExpress.Blazor.Reporting.v25.1.Viewer.dll

    NuGet Package: DevExpress.Blazor.Reporting.Viewer

    Declaration

    public bool GetVisible()

    Returns

    Type Description
    Boolean

    True if a report has one or more visible parameters; otherwise, false.

    Implements

    See Also