Classe ParameterFieldReference
Represents a field name that a report server uses to retrieve the value for a parameter.
Gerarchia di ereditarietà
System.Object
ReportService2010.ParameterValueOrFieldReference
ReportService2010.ParameterFieldReference
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ParameterFieldReference _
Inherits ParameterValueOrFieldReference
'Utilizzo
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
Nel tipo ParameterFieldReference sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ParameterFieldReference | Initializes a new instance of the ParameterFieldReference class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Use the ParameterFieldReference class together with the ParameterValues property of the ExtensionSettings class.
ParameterFieldReference is passed as input to the ValidateExtensionSettings method.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.