Classe ParameterFieldReference
Represents a field name that a report server uses to retrieve the value for a parameter.
Hierarquia de herança
System.Object
ReportService2006.ParameterValueOrFieldReference
ReportService2006.ParameterFieldReference
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
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
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. | |
ParameterName | Gets or sets the name of a field reference that represents a parameter. |
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 the ParameterFieldReference class together with the ParameterValues property of the ExtensionSettings class.
ParameterFieldReference is passed as input to the ValidateExtensionSettings(String, ParameterValueOrFieldReference) method.
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.