Udostępnij przez


Właściwość ReportParameter.Prompt

Pobiera wyrażenie monit użytkownika do wyświetlenia, gdy proszony o podanie wartooci parametrów.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Prompt As ReportStringProperty
    Get
'Użycie
Dim instance As ReportParameter
Dim value As ReportStringProperty

value = instance.Prompt
public ReportStringProperty Prompt { get; }
public:
property ReportStringProperty^ Prompt {
    ReportStringProperty^ get ();
}
member Prompt : ReportStringProperty
function get Prompt () : ReportStringProperty