DataSourcePrompt Class
Represents the name of a data source and the prompt to display to a user.
Inheritance Hierarchy
System.Object
  ReportService2005.DataSourcePrompt
Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DataSourcePrompt
'Usage
Dim instance As DataSourcePrompt
[SerializableAttribute]
public class DataSourcePrompt
[SerializableAttribute]
public ref class DataSourcePrompt
[<SerializableAttribute>]
type DataSourcePrompt =  class end
public class DataSourcePrompt
The DataSourcePrompt type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | DataSourcePrompt | Initializes a new instance of the DataSourcePrompt class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | DataSourceID | Gets or sets the unique identifier of a data source. | 
| .gif) | Name | Gets or sets the name of a data source. | 
| .gif) | Prompt | Gets or sets the prompt to display when the report server prompts for user credentials. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
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.