Skip to main content

ReportParameter.Visible Property

For internal use. Specifies the parameter visibility.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
Boolean

A Boolean value.

See Also