'Declaration Public Shared Sub DrawMetaStream( _ ByVal canvas As IDrawingCanvas, _ ByVal stream As Stream, _ ByVal delayedContent As ReportMetaCanvas.DelayedContent, _ ByVal images As IImageStore, _ ByVal deviceKind As TargetDeviceKind _ )
public static void DrawMetaStream( IDrawingCanvas canvas, Stream stream, ReportMetaCanvas.DelayedContent delayedContent, IImageStore images, TargetDeviceKind deviceKind )
Parameters
- canvas
- The GrapeCity.ActiveReports.Drawing.IDrawingCanvas object to the graphics be drawn on.
- stream
- The stream containing binary representation of the graphics (produced by MetaCanvas).
- delayedContent
- The store of patches to be graphics drawn with.
- images
- The external images store.
- deviceKind
- The device filter.