Represents a list of errors or warnings that are returned when a report is rendered or processed.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public NotInheritable Class Warning
public sealed class Warning
public ref class Warning sealed
public final class Warning
public final class Warning

Remarks
An array of Warning objects is returned by the Render and RenderStream methods of the LocalReport and ServerReport classes.

Inheritance Hierarchy

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also