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