PromptLocID 속성
The unique identifier for the Prompt property.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property PromptLocID As String
Get
Set
‘사용 방법
Dim instance As ConnectionProperties
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)