Gets or sets bytes array of the page XAML content.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ExtensionLinkAssembly: PerpetuumSoft.ReportingServices.Viewer.ExtensionLink (in PerpetuumSoft.ReportingServices.Viewer.ExtensionLink.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public byte[] XamlPage { get; set; } |
Visual Basic (Declaration) |
---|
Public Property XamlPage As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ XamlPage { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |