Exports a page to Xaml.

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 void ExportPage(
	Page page,
	Stream stream,
	IXamlContext context
)
Visual Basic (Declaration)
Public Sub ExportPage ( _
	page As Page, _
	stream As Stream, _
	context As IXamlContext _
)
Visual C++
public:
void ExportPage(
	Page^ page, 
	Stream^ stream, 
	IXamlContext^ context
)

See Also