Partager via


Classe ParameterValueOrFieldReference

Represents a user-supplied value or a field name that represents the value of a parameter.

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (dans ReportService2006.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ParameterValueOrFieldReference
'Utilisation
Dim instance As ParameterValueOrFieldReference
[SerializableAttribute]
public class ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterValueOrFieldReference
[<SerializableAttribute>]
type ParameterValueOrFieldReference =  class end
public class ParameterValueOrFieldReference

Notes

Methods of the ReportingService2006 class use objects that inherit ParameterValueOrFieldReference. The following table describes classes that implement ParameterValueOrFieldReference.

Class

Description

ParameterFieldReference

Represents a field name that a report server uses to retrieve the value for a parameter.

ParameterValue

Represents data that is used in parameterized reports.

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2006..::..ParameterValueOrFieldReference
    ReportService2006. . :: . .ParameterFieldReference
    ReportService2006. . :: . .ParameterValue

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.