Propriedade RenderingCompleteEventArgs.Warnings
Gets a list of warnings produced during report processing or rendering.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public ReadOnly Property Warnings As IList(Of Warning)
public IList<Warning> Warnings { get; }
public:
property IList<Warning^>^ Warnings {
IList<Warning^>^ get ();
}
member Warnings : IList<Warning> with get
function get Warnings () : IList<Warning>
Valor de propriedade
Tipo: IList<Warning>
A collection of Warnings objects if warnings have occurred; otherwise a nulluma referência nula (Nothing no Visual Basic) value.