Warning Class

Definition

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

public ref class Warning
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Warning
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Warning = class
Public Class Warning
Inheritance
Warning
Attributes

Remarks

A Warning object is returned as output by the CreateCatalogItem, CreateItemHistorySnapshot, and SetItemDefinition methods.

Constructors

Warning()

Initializes a new instance of the Warning class.

Properties

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.

Applies to