Gets or sets a value indicating whether a dialog allowing to input values for some or all of the report parameters (elements of the ReportParameters collection) should be shown to the user before the report generates. To include or exclude parameters from the dialog, use Hidden.

The default value is true.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
[BrowsableAttribute(true)]
public bool ShowParametersInputDialog { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<BrowsableAttribute(True)> _
Public Property ShowParametersInputDialog As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also