Skip to main content
A newer version of this page is available. .

ReportParameter.Visible Property

For internal use. Specifies the parameter visibility.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DataMember]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

A Boolean value.

See Also