Share via


Warning.ObjectType Property

 

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

public string ObjectType { get; private set; }
public:
property String^ ObjectType {
    String^ get();
    private: void set(String^ value);
}
member ObjectType : string with get, private set
Public Property ObjectType 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