ReportParameter Class
Updated: May 24, 2016
Represents a report parameter.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | ReportParameter() | Initializes a new instance of the ReportParameter class. |
![]() | ReportParameter(String^, String^) | Initializes a new instance of the ReportParameter class with the specified name and value. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a clone of the object. |
![]() | CopyTo(ReportParameter^) | Copies the content of this object to another object (the destination). |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates and returns a new object that is a copy of the current instance of this ReportParameter object. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



