Udostępnij za pośrednictwem


Konstruktor ReportParameter — (String, array<String , Boolean)

Instantiates a new ReportParameter with a name, multiple values, 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, _
    values As String(), _
    visible As Boolean _
)
public ReportParameter(
    string name,
    string[] values,
    bool visible
)
public:
ReportParameter(
    String^ name, 
    array<String^>^ values, 
    bool visible
)
new : 
        name:string * 
        values:string[] * 
        visible:bool -> ReportParameter
public function ReportParameter(
    name : String, 
    values : String[], 
    visible : boolean
)

Parametry

  • name
    Typ: String
    The name of the parameter.
  • values
    Typ: array<String[]
    The values 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