ParameterFieldReference Class
SQL Server 2012
Represents a field name that a report server uses to retrieve the value for a parameter.
System.Object
ReportService2010.ParameterValueOrFieldReference
ReportService2010.ParameterFieldReference
ReportService2010.ParameterValueOrFieldReference
ReportService2010.ParameterFieldReference
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
The ParameterFieldReference type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ParameterFieldReference | Initializes a new instance of the ParameterFieldReference class. |
| Name | Description | |
|---|---|---|
![]() | FieldAlias | Gets or sets the alias of a field reference that represents a parameter. |
![]() | ParameterName | Gets or sets the name of a field reference that represents a parameter. |
Use the ParameterFieldReference class together with the ParameterValues property of the ExtensionSettings class.
ParameterFieldReference is passed as input to the ValidateExtensionSettings method.



