DataSourcePrompt Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |