Parameter Members
Include Protected Members
Include Inherited Members
Contains information about a parameter to a subreport or drillthrough.
The Parameter type exposes the following members.
Methods
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.) |
Top
Properties
Name | Description | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Name | Name of the parameter. | |
Omit | Indicates the parameter should be skipped. Valid only for drillthrough parameters. | |
Value | An expression that evaluates to the value to hand in for the parameter to the subreport or control. |
Top