This class is used for Xaml markup creation of the AdvancedTextBox class elements during the report export to Xaml. Inherited from BoxXamlAdapter.

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 class AdvancedTextXamlAdapter : BoxXamlAdapter
Visual Basic (Declaration)
Public Class AdvancedTextXamlAdapter _
	Inherits BoxXamlAdapter
Visual C++
public ref class AdvancedTextXamlAdapter : public BoxXamlAdapter

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Silverlight.Export..::.XamlAdapter
    PerpetuumSoft.Reporting.Silverlight.Export..::.BoxXamlAdapter
      PerpetuumSoft.Reporting.Silverlight.Export..::.AdvancedTextXamlAdapter

See Also