Partilhar via


Classe ReportDataSourceInfo

Represents information about a report data source.

Hierarquia de herança

Object
  Microsoft.Reporting.WinForms.ReportDataSourceInfo

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class ReportDataSourceInfo
[SerializableAttribute]
public sealed class ReportDataSourceInfo
[SerializableAttribute]
public ref class ReportDataSourceInfo sealed
[<Sealed>]
[<SerializableAttribute>]
type ReportDataSourceInfo =  class end
public final class ReportDataSourceInfo

O tipo ReportDataSourceInfo expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Name Gets the name of the report data source.
Propriedade pública Prompt Gets a prompt for the data source.

Superior

Métodos

  Nome Descrição
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Acesso thread-safe

Quaisquer membros estático (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

Referência

Namespace Microsoft.Reporting.WinForms