共用方式為


Warning.ObjectType 屬性

取得報表定義中造成錯誤或警告的物件類型。唯讀。

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
Public Property ObjectType As String
public string ObjectType { get; private set; }
public:
property String^ ObjectType {
    String^ get ();
    private: void set (String^ value);
}
member ObjectType : string with get, private set
function get ObjectType () : String
private function set ObjectType (value : String)

屬性值

類型:String
唯讀 string 值。

請參閱

參考

Warning 類別

Microsoft.Reporting.WinForms 命名空間