Proprietà Report.DescriptionLocID

Gets or sets the unique identifier for the Description property.

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

Sintassi

'Dichiarazione
Public Property DescriptionLocID As String 
    Get 
    Set
'Utilizzo
Dim instance As Report 
Dim value As String 

value = instance.DescriptionLocID

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

Valore proprietà

Tipo: System.String
The unique identifier of the description property.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel