Freigeben über


ReportParameter.PromptLocID-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the unique identifier for the Prompt property.

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

Syntax

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

Eigenschaftswert

Typ: System.String
A string value.

Siehe auch

Verweis

ReportParameter Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace