Warning.ObjectName 属性
获取报表定义中为警告分配的对象的名称。只读。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public Property ObjectName As String
Get
Private Set
用法
Dim instance As Warning
Dim value As String
value = instance.ObjectName
public string ObjectName { get; private set; }
public:
property String^ ObjectName {
String^ get ();
private: void set (String^ value);
}
member ObjectName : string with get, private set
function get ObjectName () : String
private function set ObjectName (value : String)
属性值
类型:System.String
一个只读字符串值。