Warning.ObjectName Property
Gets the name of the object in the report definition that contributed to the warning. Read-only.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectName As String
'Usage
Dim instance As Warning
Dim value As String
value = instance.ObjectName
public string ObjectName { get; }
public:
property String^ ObjectName {
String^ get ();
}
/** @property */
public String get_ObjectName ()
public function get ObjectName () : String
Property Value
A read-only string value.
See Also
Reference
Warning Class
Warning Members
Microsoft.Reporting.WebForms Namespace