Свойство CaptionLocID

The unique identifier for the Caption property.

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

Синтаксис

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

value = instance.CaptionLocID

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

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

Тип: System. . :: . .String
A string object.