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


Свойство Warning.ObjectType

Gets or sets the type of object in the report definition that caused the error or warning. Read-only.

Пространство имен:  ReportExecution2005
Сборка:  ReportExecution2005 (в ReportExecution2005.dll)

Синтаксис

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

value = instance.ObjectType

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

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

Тип: System.String
A read-only String value.

См. также

Справочник

Warning Класс

Пространство имен ReportExecution2005