ReportSize.IXmlSerializable.WriteXml Method

Writes xml documentation.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Private Sub WriteXml ( _
    writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Usage
Dim instance As ReportSize 
Dim writer As XmlWriter 

CType(instance, IXmlSerializable).WriteXml(writer)
void IXmlSerializable.WriteXml(
    XmlWriter writer
)
private:
virtual void WriteXml(
    XmlWriter^ writer
) sealed = IXmlSerializable::WriteXml
private abstract WriteXml : 
        writer:XmlWriter -> unit  
private override WriteXml : 
        writer:XmlWriter -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

IXmlSerializable.WriteXml(XmlWriter)

See Also

Reference

ReportSize Structure

Microsoft.ReportingServices.RdlObjectModel Namespace