Propriedade do RDL ReportParameterInstance.Prompt
Gets the calculated value of the Prompt property in a ReportParameter class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Prompt As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A string value that represents the calculated value of the Prompt property.
Consulte também
Referência
ReportParameterInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering