Właściwość RenderingCompleteEventArgs.Warnings —
Gets a list of warnings produced during report processing or rendering.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public ReadOnly Property Warnings As IList(Of Warning)
public IList<Warning> Warnings { get; }
public:
property IList<Warning^>^ Warnings {
IList<Warning^>^ get ();
}
member Warnings : IList<Warning> with get
function get Warnings () : IList<Warning>
Wartość właściwości
Typ: IList<Warning>
A collection of Warnings objects if warnings have occurred; otherwise a nullodwołanie o wartości null (Nothing w języku Visual Basic) value.