[Missing <summary> documentation for M:PerpetuumSoft.Reporting.Silverlight.Export.XamlExportFilter.Export(,System.IO.Stream,PerpetuumSoft.Reporting.Silverlight.Export.IXamlContext)]

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 Export(
	[T:] document,
	Stream stream,
	IXamlContext xamlContext
)
Visual Basic (Declaration)
Public Sub Export ( _
	document As [T:], _
	stream As Stream, _
	xamlContext As IXamlContext _
)
Visual C++
public:
void Export(
	[T:]^ document, 
	Stream^ stream, 
	IXamlContext^ xamlContext
)

Parameters

document
Type: [T:]
stream
Type: System.IO..::.Stream
xamlContext
Type: PerpetuumSoft.Reporting.Silverlight.Export..::.IXamlContext

See Also