Share via


RenderingCompleteEventArgs.Warnings Property

 

Gets a list of warnings produced during report processing or rendering.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public IList<Warning> Warnings { get; }
public:
property IList<Warning^>^ Warnings {
    IList<Warning^>^ get();
}
member Warnings : IList<Warning> with get
Public ReadOnly Property Warnings As IList(Of Warning)

Property Value

Type: System.Collections.Generic.IList<Warning>

A collection of Warnings objects if warnings have occurred; otherwise a null value.

See Also

RenderingCompleteEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top