DataSourcePrompt Class

Represents the name of a data source and the prompt to display to a user.

Inheritance Hierarchy

System.Object
  ReportService2010.DataSourcePrompt

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.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
Public method DataSourcePrompt Initializes a new instance of the DataSourcePrompt class.

Top

Properties

  Name Description
Public property DataSourceID Gets or sets the unique identifier of a data source.
Public property Name Gets or sets the name of a data source.
Public property Prompt Gets or sets the prompt to display when the report server prompts for user credentials.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference