Свойство DescriptionLocID
The unique identifier for the Description property.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property DescriptionLocID As String
Get
Set
'Применение
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)
Значение свойства
Тип System. . :: . .String
A string value.
См. также