Propriedade Warning.ObjectName
Gets the name of the object in the report definition that contributed to the warning. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Property ObjectName As String
public string ObjectName { get; private set; }
public:
property String^ ObjectName {
String^ get ();
private: void set (String^ value);
}
member ObjectName : string with get, private set
function get ObjectName () : String
private function set ObjectName (value : String)
Valor de propriedade
Tipo: String
A read-only string value.