Warning Class
SQL Server 2000
Represents a list of errors or warnings that are returned when a report is published or processed.
Public Class Warning Member of [Namespace]
public class Warning Member of [Namespace]
Public Properties
Code | The error code that is assigned to the warning by the report server. String. Read-only. |
Message | A message that describes the error or warning. String. Read-only. |
ObjectName | The name of an object in the report definition that contributed to the warning. String. Read-only. |
ObjectType | The severity type of the error or warning. String. Read-only. |
Severity | A message that describes the error or warning. String. Read-only. |
Remarks
A Warning object is returned as output by the CreateReport, CreateReportHistorySnapshot, Render, and SetReportDefinition.
