Warning.ObjectType 属性

获取报表定义中导致出现错误或警告的对象的类型。只读。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public Property ObjectType As String
    Get
    Private Set
用法
Dim instance As Warning
Dim value As String

value = instance.ObjectType
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)

属性值

类型:System.String
一个只读字符串值。

请参阅

参考

Warning 类

Microsoft.Reporting.WinForms 命名空间