Compartilhar via


Classe ReportParameter

Represents a report parameter.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.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
  ReportService2006..::..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.