Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Exports the metadata value to an XmlWriter.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub WriteXml ( _
writer As XmlWriter _
)
'Utilisation
Dim instance As MetadataValue
Dim writer As XmlWriter
instance.WriteXml(writer)
public void WriteXml(
XmlWriter writer
)
public:
virtual void WriteXml(
XmlWriter^ writer
) sealed
abstract WriteXml :
writer:XmlWriter -> unit
override WriteXml :
writer:XmlWriter -> unit
public final function WriteXml(
writer : XmlWriter
)
Paramètres
- writer
Type : System.Xml.XmlWriter
An XmlWriter object.
Implémente
IXmlSerializable.WriteXml(XmlWriter)