Clase ParameterValue
Represents data that is used in parameterized reports or in delivery extension settings.
Jerarquía de herencia
System. . :: . .Object
ReportService2005. . :: . .ParameterValueOrFieldReference
ReportService2005..::..ParameterValue
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class ParameterValue _
Inherits ParameterValueOrFieldReference
'Uso
Dim instance As ParameterValue
[SerializableAttribute]
public class ParameterValue : ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterValue : public ParameterValueOrFieldReference
[<SerializableAttribute>]
type ParameterValue =
class
inherit ParameterValueOrFieldReference
end
public class ParameterValue extends ParameterValueOrFieldReference
El tipo ParameterValue expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ParameterValue | Instantiates a new instance of a ParameterValue class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Label | Get or set the label or alternate name for the parameter. | |
Name | Gets or sets the parameter name. | |
Value | Get or set the parameter value. |
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
A ParameterValue object is returned as output by the GetDataDrivenSubscriptionProperties and GetSubscriptionProperties methods and is passed as input to the Render, RenderStream, SetDataDrivenSubscriptionProperties, and SetSubscriptionProperties methods.
ParameterValue objects are used both in passing report parameters to reports and in passing settings to a delivery extension.
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.