Classe ReportParameter
Represents a report parameter.
Espace de noms : ReportService2005
Assembly : ReportService2005 (dans ReportService2005.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.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2005..::..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