ReportDataSourceInfo.Prompt 属性

获取数据源的提示。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public ReadOnly Property Prompt As String
public string Prompt { get; }
public:
property String^ Prompt {
    String^ get ();
}
member Prompt : string with get
function get Prompt () : String

属性值

类型:String
一个包含数据源的提示的字符串。

请参阅

参考

ReportDataSourceInfo 类

Microsoft.Reporting.WebForms 命名空间