Warning.ObjectType Propiedad

Obtiene el tipo de objeto de la definición de informe que ha provocado el error o la advertencia. Solo lectura.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public ReadOnly Property ObjectType As String
    Get
'Uso
Dim instance As Warning
Dim value As String

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

Valor de la propiedad

Tipo: System.String
Un valor string de solo lectura.

Vea también

Referencia

Warning Clase

Espacio de nombres Microsoft.Reporting.WebForms