Gets or sets a data for the resource

Namespace:  PerpetuumSoft.ReportingServices.Viewer.ExtensionLink
Assembly:  PerpetuumSoft.ReportingServices.Viewer.ExtensionLink (in PerpetuumSoft.ReportingServices.Viewer.ExtensionLink.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also