Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / ShowParametersInputDialog Property

In This Topic
    ShowParametersInputDialog Property
    In This Topic
    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 ReportParameter.Hidden.

    The default value is true.

    Syntax
    'Declaration
     
    Public Property ShowParametersInputDialog As Boolean
    public bool ShowParametersInputDialog {get; set;}
    See Also