Clase ParameterFieldReference
Represents a field name that a report server uses to retrieve the value for a parameter.
Jerarquía de herencia
System. . :: . .Object
ReportService2006. . :: . .ParameterValueOrFieldReference
ReportService2006..::..ParameterFieldReference
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class ParameterFieldReference _
Inherits ParameterValueOrFieldReference
'Uso
Dim instance As ParameterFieldReference
[SerializableAttribute]
public class ParameterFieldReference : ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterFieldReference : public ParameterValueOrFieldReference
[<SerializableAttribute>]
type ParameterFieldReference =
class
inherit ParameterValueOrFieldReference
end
public class ParameterFieldReference extends ParameterValueOrFieldReference
El tipo ParameterFieldReference expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ParameterFieldReference | Initializes a new instance of the ParameterFieldReference class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Use the ParameterFieldReference class together with the ParameterValues property of the ExtensionSettings class.
ParameterFieldReference is passed as input to the ValidateExtensionSettings(String, array<ParameterValueOrFieldReference>[]()[][]) method.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.