Proprietà Warning.ObjectType

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

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
Public Property ObjectType As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A read-only String value.

Vedere anche

Riferimento

Warning Classe

Spazio dei nomi ReportExecution2005