Gets or sets compressed Xaml page content.

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

Syntax

C#
public byte[] CompresedXamlPage { get; set; }
Visual Basic (Declaration)
Public Property CompresedXamlPage As Byte()
Visual C++
public:
property array<unsigned char>^ CompresedXamlPage {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

See Also