RsExceptionInfo.Warnings Property

Definition

Gets or sets an XML string that contains the warnings returned from report processing.

public:
 property System::Xml::Linq::XElement ^ Warnings { System::Xml::Linq::XElement ^ get(); void set(System::Xml::Linq::XElement ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Xml.Linq.XElement Warnings { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Warnings : System.Xml.Linq.XElement with get, set
Public Property Warnings As XElement

Property Value

An XML string that contains the warnings returned from report processing.

Attributes

Applies to