Classe ParameterValue
Represents data that is used in parameterized reports or in delivery extension settings.
Hierarquia de herança
System.Object
ReportService2005.ParameterValueOrFieldReference
ReportService2005.ParameterValue
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Class ParameterValue _
Inherits ParameterValueOrFieldReference
'Uso
Dim instance As ParameterValue
public class ParameterValue : ParameterValueOrFieldReference
public ref class ParameterValue : public ParameterValueOrFieldReference
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 | Instantiates a new instance of a ParameterValue class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
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 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.
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.