Compartir a través de


ReportParameter.PromptLocID Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the unique identifier for the Prompt property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
A string value.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel