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
'Declaration
Public ReadOnly Property Warnings As IList(Of Warning)
'Usage
Dim instance As RenderingCompleteEventArgs
Dim value As IList(Of Warning)
value = instance.Warnings
public IList<Warning> Warnings { get; }
public:
property IList<Warning^>^ Warnings {
IList<Warning^>^ get ();
}
/** @property */
public IList<Warning> get_Warnings ()
public function get Warnings () : IList<Warning>
Property Value
A collection of Warnings objects if warnings have occurred; otherwise a null value.
See Also
Reference
RenderingCompleteEventArgs Class
RenderingCompleteEventArgs Members
Microsoft.Reporting.WinForms Namespace