DataSourcePrompt Class

Definition

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

public ref class DataSourcePrompt
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class DataSourcePrompt
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type DataSourcePrompt = class
Public Class DataSourcePrompt
Inheritance
DataSourcePrompt
Attributes

Remarks

DataSourcePrompt is returned as output by the GetItemDataSourcePrompts method.

Constructors

DataSourcePrompt()

Initializes a new instance of the DataSourcePrompt class.

Properties

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.

Applies to