Classe Warning
Represents a list of errors or warnings that are returned when a report is published or processed.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..Warning
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.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.
Proprietà
Nome | Descrizione | |
---|---|---|
Code | Gets or sets the error code assigned to the warning by the report server. | |
Message | Gets or sets a message that states the error or warning. | |
ObjectName | Gets or sets the name of the object in the report definition that contributed to the warning. | |
ObjectType | Gets or sets the object type of the error or warning. | |
Severity | Gets or sets the severity of the error or warning. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
A Warning object is returned as output by the CreateCatalogItem(String, String, String, Boolean, array<Byte>[]()[][], array<Property>[]()[][], array<Warning>[]()[][]%), CreateItemHistorySnapshot, and SetItemDefinition(String, array<Byte>[]()[][]) 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.