Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Exports the metadata value to an XmlWriter.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub WriteXml ( _
writer As XmlWriter _
)
'Usage
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
)
Parameters
- writer
Type: System.Xml.XmlWriter
An XmlWriter object.
Implements
IXmlSerializable.WriteXml(XmlWriter)