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 type of object in the report definition that caused the error or warning. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectType As String
'Usage
Dim instance As Warning
Dim value As String
value = instance.ObjectType
public string ObjectType { get; }
public:
property String^ ObjectType {
String^ get ();
}
/** @property */
public String get_ObjectType ()
public function get ObjectType () : String
Property Value
A read-only string value.
See Also
Reference
Warning Class
Warning Members
Microsoft.Reporting.WinForms Namespace