Initalizes a new instance.
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 ResourceEx( string resourceID, string mimeType, byte[] resourceData ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ resourceID As String, _ mimeType As String, _ resourceData As Byte() _ ) |
Visual C++ |
---|
public: ResourceEx( String^ resourceID, String^ mimeType, array<unsigned char>^ resourceData ) |
Parameters
- resourceID
- Type: System..::.String
Identifier of the Resource.
- mimeType
- Type: System..::.String
MimeType of the resource.
- resourceData
- Type: array<
System..::.Byte
>[]()[]
Resource data.