Warning Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a list of errors or warnings that are returned when a report is published or processed.
public ref class Warning
public class Warning
type Warning = class
Public Class Warning
- Inheritance
-
Warning
Remarks
A Warning object is returned as output by the CreateReport, CreateReportHistorySnapshot, Render, and SetReportDefinition methods.
Constructors
Warning() |
Initializes a new instance of the Warning class. |
Properties
Code |
Gets or sets the error code that is assigned to the warning by the report server. Read-only. |
Message |
Gets or sets a message that describes the error or warning. Read-only. |
ObjectName |
Gets or sets the name of the object in the report definition that contributed to the warning. Read-only. |
ObjectType |
Gets or sets the type of object in the report definition that caused the error or warning. Read-only. |
Severity |
Gets or sets the severity type of the error or warning. Read-only. |