Поделиться через


Свойство ReportItem.DocumentMapLabelLocID

Gets or sets the unique identifier for the DocumentMapLabel property.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property DocumentMapLabelLocID As String 
    Get 
    Set
'Применение
Dim instance As ReportItem 
Dim value As String 

value = instance.DocumentMapLabelLocID

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

Значение свойства

Тип: System.String
The unique identifier for the DocumentMapLabel property.

См. также

Справочник

ReportItem Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel