Skip to main content
All docs
V24.1

ParametersModel.GetVisible() Method

Indicates whether at least one parameter is visible.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v24.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