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
public string ObjectName { get; private set; }
public:
property String^ ObjectName {
String^ get();
private: void set(String^ value);
}
member ObjectName : string with get, private set
Public Property ObjectName As String
Get
Private Set
End Property
Property Value
Type: System.String
A read-only string value.
See Also
Warning Class
Microsoft.Reporting.WinForms Namespace
Return to top