获取在报表处理或呈现期间产生的警告列表。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public ReadOnly Property Warnings As IList(Of Warning)
Get
用法
Dim instance As RenderingCompleteEventArgs
Dim value As IList(Of Warning)
value = instance.Warnings
public IList<Warning> Warnings { get; }
public:
property IList<Warning^>^ Warnings {
IList<Warning^>^ get ();
}
member Warnings : IList<Warning>
function get Warnings () : IList<Warning>
属性值
类型:System.Collections.Generic.IList<Warning>
如果已发生警告,则为 Warnings 对象的集合;否则为 nullnull 引用(在 Visual Basic 中为 Nothing) 值。