Share via


ReportParameterInstance Members

Include Protected Members
Include Inherited Members

Represents an instance type of the ReportParameter class, and contains the calculated values of the properties in ReportParameter.

The ReportParameterInstance type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Label Gets the label of the parameter.
Public property Labels Gets the labels of the parameter.
Public property Prompt Gets the calculated value of the Prompt property in a ReportParameter class.
Public property Value Gets the value of the parameter.
Public property Values Gets the values of the parameter.

Top