Classe 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.
Hierarquia de herança
System. . :: . .Object
ReportService2005. . :: . .ParameterValueOrFieldReference
ReportService2005..::..ParameterFieldReference
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
<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
O tipo ParameterFieldReference expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ParameterFieldReference | Initializes a new instance of the ParameterFieldReference class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
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
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.
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.