Warning Class
Represents a list of errors or warnings that are returned when a report is rendered or processed.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms.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.