Свойство Prompt
Gets the calculated value of the Prompt property in a ReportParameter class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Prompt As String
Get
'Применение
Dim instance As ReportParameterInstance
Dim value As String
value = instance.Prompt
public string Prompt { get; }
public:
property String^ Prompt {
String^ get ();
}
member Prompt : string
function get Prompt () : String
Значение свойства
Тип System. . :: . .String
A string value that represents the calculated value of the Prompt property.