Partilhar via


Propriedade Warning.ObjectType

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

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
Public Property ObjectType As String
public string ObjectType { get; private set; }
public:
property String^ ObjectType {
    String^ get ();
    private: void set (String^ value);
}
member ObjectType : string with get, private set
function get ObjectType () : String
private function set ObjectType (value : String)

Valor de propriedade

Tipo: String
A read-only string value.

Consulte também

Referência

Warning Classe

Namespace Microsoft.Reporting.WebForms