ReportDataSourceInfo Class

 

Represents information about a report data source.

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

Inheritance Hierarchy

System.Object
  Microsoft.Reporting.WinForms.ReportDataSourceInfo

Syntax

[SerializableAttribute]
public sealed class ReportDataSourceInfo
[SerializableAttribute]
public ref class ReportDataSourceInfo sealed 
[<Sealed>]
[<SerializableAttribute>]
type ReportDataSourceInfo = class end
<SerializableAttribute>
Public NotInheritable Class ReportDataSourceInfo

Properties

Name Description
System_CAPS_pubproperty Name

Gets the name of the report data source.

System_CAPS_pubproperty Prompt

Gets a prompt for the data source.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top