Classe ReportParameter
Represents a report parameter.
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (dans ReportExecution2005.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ReportParameter
'Utilisation
Dim instance As ReportParameter
[SerializableAttribute]
public class ReportParameter
[SerializableAttribute]
public ref class ReportParameter
[<SerializableAttribute>]
type ReportParameter = class end
public class ReportParameter
Notes
A ReportParameter object is returned as output by the GetReportParameters method and is passed as input to the SetReportParameters method.
The value of the ReportParameter may change if the user calls SetReportDefinition.
Hiérarchie d'héritage
System. . :: . .Object
ReportExecution2005..::..ReportParameter
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.
Voir aussi