RsExceptionInfo.Warnings Property
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.
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