Warning Class
Represents a list of errors or warnings that is returned when a report is published or processed.
Assembly: ReportService2005 (in ReportService2005.dll)
| Name | Description | |
|---|---|---|
![]() | Warning() | Instantiates a new instance of a Warning class. |
| Name | Description | |
|---|---|---|
![]() | Code | Gets or sets the error code that is assigned to the warning by the report server. |
![]() | Message | Gets or sets a message that describes the error or warning. |
![]() | ObjectName | Gets or sets the name of an object in the report definition that contributed to the warning. |
![]() | ObjectType | Gets or sets the severity type of the error or warning. |
![]() | Severity | Gets or sets a message that describes the error or warning. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A Warning object is returned as output by the CreateReport, CreateReportHistorySnapshot,Render, and SetReportDefinition methods.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


