Compartilhar via


Propriedade do RDL Report.DescriptionLocID

Gets or sets the unique identifier for the Description property.

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

Sintaxe

'Declaração
Public Property DescriptionLocID As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.RdlObjectModel