Namespace:  PerpetuumSoft.Reporting.Silverlight.Export
Assembly:  PerpetuumSoft.Reporting.Silverlight.Export (in PerpetuumSoft.Reporting.Silverlight.Export.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public override XmlElement WriteShape(
	XmlElement pageTag,
	Shape source
)
Visual Basic (Declaration)
Public Overrides Function WriteShape ( _
	pageTag As XmlElement, _
	source As Shape _
) As XmlElement
Visual C++
public:
virtual XmlElement^ WriteShape(
	XmlElement^ pageTag, 
	Shape^ source
) override

See Also