Skip to main content

ReportingSettings.ShouldFillDataSourceForHiddenParameters Property

Specifies whether to fill the data source for hidden report parameters.

Namespace: DevExpress.XtraReports.Native

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static bool ShouldFillDataSourceForHiddenParameters { get; set; }

Property Value

Type Description
Boolean

true, to fill the data source for hidden parameters; otherwise, false.

Remarks

Use this property to specify whether to fill the data source of report parameters, which have the dynamic list assigned and the Parameter.Visible property set to false.

This property will help you to overcome possible issues after migrating to newer versions, in which the default behavior related to report generation can be changed.

See Also