Proprietà Warning.ObjectName

Recupera il nome dell'oggetto nella definizione del rapporto che ha determinato la generazione dell'avviso. Di sola lettura.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ObjectName As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
Valore stringa di sola lettura.

Vedere anche

Riferimento

Warning Classe

Spazio dei nomi Microsoft.Reporting.WebForms