Proprietà DataSourcePrompt.DataSourceID

Gets or sets the unique ID of a data source.

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
Public Property DataSourceID As String 
    Get 
    Set
'Utilizzo
Dim instance As DataSourcePrompt 
Dim value As String 

value = instance.DataSourceID

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

Valore proprietà

Tipo: System.String
A String containing the data source ID.

Vedere anche

Riferimento

DataSourcePrompt Classe

Spazio dei nomi ReportExecution2005