ParameterFieldReference Class
Represents a field name that a report server uses to retrieve the value for a parameter.
Assembly: ReportService2006 (in ReportService2006.dll)
ReportService2006::ParameterValueOrFieldReference
ReportService2006::ParameterFieldReference
| 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. |
| 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.) |
Use the ParameterFieldReference class together with the ParameterValues property of the ExtensionSettings class.
ParameterFieldReference is passed as input to the M:ReportService2006.ReportingService2006.ValidateExtensionSettings(System.String,ReportService2006.ParameterValueOrFieldReference[]) method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


