Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a parameter for a report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Inheritance Hierarchy
System.Object
Microsoft.Reporting.WinForms.ReportParameter
Syntax
[SerializableAttribute]
public sealed class ReportParameter
[SerializableAttribute]
public ref class ReportParameter sealed
[<Sealed>]
[<SerializableAttribute>]
type ReportParameter = class end
<SerializableAttribute>
Public NotInheritable Class ReportParameter
Constructors
| Name | Description | |
|---|---|---|
![]() |
ReportParameter() | Instantiates a new ReportParameter. |
![]() |
ReportParameter(String) | Instantiates a new ReportParameter with a name. |
![]() |
ReportParameter(String, String) | Instantiates a new ReportParameter with a name and a value. |
![]() |
ReportParameter(String, String, Boolean) | Instantiates a new ReportParameter with a name, a value, and a visibility flag. |
![]() |
ReportParameter(String, String[]) | Instantiates a new multivalued ReportParameter with a name. |
![]() |
ReportParameter(String, String[], Boolean) | Instantiates a new ReportParameter with a name, multiple values, and a visibility flag. |
Properties
| Name | Description | |
|---|---|---|
![]() |
Name | Gets or sets the name of the parameter. |
![]() |
Values | Gets a collection of String objects containing one or more values for the parameter. |
![]() |
Visible | Determines whether the parameter can be displayed in the user interface. |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Reporting.WinForms Namespace
Return to top
.gif)
.jpeg)