Propriété DescriptionLocID
The unique identifier for the Description property.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property DescriptionLocID As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A string value.