Classe ReportParameter
Represents a report parameter.
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ReportParameter
'Uso
Dim instance As ReportParameter
[SerializableAttribute]
public class ReportParameter
[SerializableAttribute]
public ref class ReportParameter
[<SerializableAttribute>]
type ReportParameter = class end
public class ReportParameter
Comentários
A ReportParameter object is returned as output by the GetReportParameters method and is passed as input to the SetReportParameters method.
Hierarquia de herança
System. . :: . .Object
ReportService2005..::..ReportParameter
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também