Condividi tramite


Classe Warning

Represents a list of errors or warnings that are returned when a report is published or processed.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportExecution2005..::..Warning

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class Warning
'Utilizzo
Dim instance As Warning
[SerializableAttribute]
public class Warning
[SerializableAttribute]
public ref class Warning
[<SerializableAttribute>]
type Warning =  class end
public class Warning

Nel tipo Warning sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Warning Initializes a new instance of the Warning class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Code Gets or sets the error code that is assigned to the warning by the report server. Read-only.
Proprietà pubblica Message Gets or sets a message that describes the error or warning. Read-only.
Proprietà pubblica ObjectName Gets or sets the name of the object in the report definition that contributed to the warning. Read-only.
Proprietà pubblica ObjectType Gets or sets the type of object in the report definition that caused the error or warning. Read-only.
Proprietà pubblica Severity Gets or sets the severity type of the error or warning. Read-only.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

A Warning object is returned as output by the CreateReport, CreateReportHistorySnapshot, Render, and SetReportDefinition methods.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento