Partager via


Propriété Warning.ObjectName

Obtient le nom de l'objet dans la définition du rapport qui a contribué à l'avertissement. En lecture seule.

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

Syntaxe

'Déclaration
Public ReadOnly Property ObjectName As String
    Get
'Utilisation
Dim instance As Warning
Dim value As String

value = instance.ObjectName
public string ObjectName { get; }
public:
property String^ ObjectName {
    String^ get ();
}
member ObjectName : string
function get ObjectName () : 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.WinForms