DataSourcePrompt Class

Definition

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

public ref class DataSourcePrompt
public class DataSourcePrompt
type DataSourcePrompt = class
Public Class DataSourcePrompt
Inheritance
DataSourcePrompt

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