Udostępnij za pośrednictwem


Właściwość ReportParameter.Visible —

Determines whether the parameter can be displayed in the user interface.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
Public Property Visible As Boolean
public bool Visible { get; set; }
public:
property bool Visible {
    bool get ();
    void set (bool value);
}
member Visible : bool with get, set
function get Visible () : boolean
function set Visible (value : boolean)

Wartość właściwości

Typ: Boolean
A Boolean value.

Uwagi

The ReportViewer control may only display the parameter input user interface if the control's ProcessingMode property is set to Remote.

The following conditions must also be met for the parameter input area to be displayed:

If the ReportViewer control is set to Local mode, the host application must provide a user interface for accepting parameter values and passing these parameters to the report.

Zobacz też

Informacje

ReportParameter Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms