Partager via


Propriété Warning.ObjectType

Obtient le type d'objet dans la définition du rapport qui a provoqué l'erreur ou l'avertissement. En lecture seule.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ObjectType As String
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
Valeur string en lecture seule.

Voir aussi

Référence

Warning Classe

Espace de noms Microsoft.Reporting.WebForms