Warning.ObjectType 属性

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

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

语法

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

value = instance.ObjectType
public string ObjectType { get; }
public:
property String^ ObjectType {
    String^ get ();
}
member ObjectType : string
function get ObjectType () : String

属性值

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

请参阅

参考

Warning 类

Microsoft.Reporting.WebForms 命名空间