Compartilhar via


Propriedade do RDL ReportParameter.PromptLocID

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the unique identifier for the Prompt property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property PromptLocID As String 
    Get 
    Set
'Uso
Dim instance As ReportParameter 
Dim value As String 

value = instance.PromptLocID

instance.PromptLocID = value
public string PromptLocID { get; set; }
public:
property String^ PromptLocID {
    String^ get ();
    void set (String^ value);
}
member PromptLocID : string with get, set
function get PromptLocID () : String 
function set PromptLocID (value : String)

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

ReportParameter Classe

Namespace Microsoft.ReportingServices.RdlObjectModel