Clase ParameterFieldReference
Represents a field name that a report server uses to retrieve the value for a parameter. The ParameterFieldReference class is used by data-driven subscriptions.
Jerarquía de herencia
System.Object
ReportService2005.ParameterValueOrFieldReference
ReportService2005.ParameterFieldReference
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Class ParameterFieldReference _
Inherits ParameterValueOrFieldReference
'Uso
Dim instance As ParameterFieldReference
public class ParameterFieldReference : ParameterValueOrFieldReference
public ref class ParameterFieldReference : public ParameterValueOrFieldReference
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 for a data-driven subscription. | |
ParameterName | Gets or sets the name of a field reference that represents a parameter for a data-driven subscription. |
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 ParameterFieldReference with the ParameterValues property of the ExtensionSettings class.
ParameterFieldReference is returned as output by the GetDataDrivenSubscriptionProperties method and is passed as input to the CreateDataDrivenSubscription, SetDataDrivenSubscriptionProperties, and ValidateExtensionSettings methods.
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.