共用方式為


RenderingCompleteEventArgs.Warnings 屬性

取得在報表處理或轉譯期間所產生的警告清單。

命名空間:  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) 值。

請參閱

參考

RenderingCompleteEventArgs 類別

Microsoft.Reporting.WinForms 命名空間