Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.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