ParameterValue Class
Represents data that is used in parameterized reports or in delivery extension settings.
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
ReportExecution2005::ParameterValueOrFieldReference
ReportExecution2005::ParameterValue
| Name | Description | |
|---|---|---|
![]() | ParameterValue() | Instantiates a ParameterValue object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A ParameterValue object is returned as output by the GetDataDrivenSubscriptionProperties and GetSubscriptionProperties methods and is passed as input to the CreateDataDrivenSubscription,Render,M:ReportExecution2005.ReportExecutionService.RenderStream(System.String,System.String,System.String,System.String@,System.String@), and SetSubscriptionProperties methods.
ParameterValue objects are used both in passing report parameters to reports and in passing settings to a delivery extension.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


