Metodo MetadataValue.WriteXml
Exports the metadata value to an XmlWriter.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Sub WriteXml ( _
writer As XmlWriter _
)
'Utilizzo
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
)
Parametri
- writer
Tipo: System.Xml.XmlWriter
An XmlWriter object.
Implementa
IXmlSerializable.WriteXml(XmlWriter)