Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (in microsoft.reportviewer.winforms.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.WinForms Namespace