RenderingCompleteEventArgs.Warnings Propiedad

Obtiene una lista de las advertencias producidas durante el procesamiento o la presentación del informe.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
Public ReadOnly Property Warnings As IList(Of Warning)
    Get
'Uso
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 ();
}
member Warnings : IList<Warning>
function get Warnings () : IList<Warning>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<Warning>
Una colección de objetos Warnings si se han producido advertencias; de lo contrario, un valor nulles una referencia NULL (Nothing en Visual Basic)..

Vea también

Referencia

RenderingCompleteEventArgs Clase

Espacio de nombres Microsoft.Reporting.WinForms