Udostępnij za pośrednictwem


Konstruktor ReportParameter — (String, String, Boolean)

Instantiates a new ReportParameter with a name, a value, and a visibility flag.

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

Składnia

'Deklaracja
Public Sub New ( _
    name As String, _
    value As String, _
    visible As Boolean _
)
public ReportParameter(
    string name,
    string value,
    bool visible
)
public:
ReportParameter(
    String^ name, 
    String^ value, 
    bool visible
)
new : 
        name:string * 
        value:string * 
        visible:bool -> ReportParameter
public function ReportParameter(
    name : String, 
    value : String, 
    visible : boolean
)

Parametry

  • name
    Typ: String
    The name of the parameter.
  • value
    Typ: String
    The value of the parameter.
  • visible
    Typ: Boolean
    Determines if the parameter is displayed in the user interface.

Zobacz też

Informacje

ReportParameter Klasa

Przeciążenie ReportParameter

Przestrzeń nazw Microsoft.Reporting.WebForms