[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.ShowParameterUI

ShowParameterUI Property

ShowParameterUI

Gets or sets a value indicating whether the query parameters dialog box appears when the report is executed.

Declaration
public bool ShowParameterUI { get; set; }
Property Value
Type Description
bool

A bool value. true if the query parameters dialog is displayed when the report is run, otherwise false.

Remarks

Set this property to false if the report is a sub-report that takes its parameter values from the parent report.