Proprietà ReportParameter.PromptLocID

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the unique identifier for the Prompt property.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property PromptLocID As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A string value.

Vedere anche

Riferimento

ReportParameter Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel