DataSourcePrompt Class

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.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

Remarks

DataSourcePrompt is returned as output by the GetItemDataSourcePrompts method.

Inheritance Hierarchy

System.Object
  ReportService2005.DataSourcePrompt

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.