Classe ParameterValue
Represents data that is used in parameterized reports or in delivery extension settings.
Hierarquia de herança
System. . :: . .Object
ReportService2006. . :: . .ParameterValueOrFieldReference
ReportService2006..::..ParameterValue
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
<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
O tipo ParameterValue expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ParameterValue | Initializes a new instance of the ParameterValue class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Label | Gets or sets the label or alternate name for the parameter. | |
Name | Gets or sets the parameter name. | |
Value | Gets or sets the parameter value. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
A ParameterValue object is returned as output by the GetSubscriptionProperties method and is passed as input to the SetSubscriptionProperties method.
ParameterValue objects are used both in passing report parameters to reports and in passing settings to a delivery extension.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.