Skip to main content
All docs
V23.2

ParametersModel.GetVisible() Method

Indicates whether at least one parameter is visible.

Namespace: DevExpress.Blazor.Reporting.Models

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