Warning Class

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

'Declaration
Public NotInheritable Class Warning
'Usage
Dim instance As 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

System.Object
  Microsoft.Reporting.WinForms.Warning

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

Reference

Warning Members
Microsoft.Reporting.WinForms Namespace