Sdílet prostřednictvím


DynamicImageInstance.GetImage Method (DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%, Stream%)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected MustOverride Sub GetImage ( _
    type As DynamicImageInstance.ImageType, _
    <OutAttribute> ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection, _
    <OutAttribute> ByRef image As Stream _
)
'Usage
Dim type As DynamicImageInstance.ImageType 
Dim actionImageMaps As ActionInfoWithDynamicImageMapCollection 
Dim image As Stream 

Me.GetImage(type, actionImageMaps, _
    image)
protected abstract void GetImage(
    DynamicImageInstance.ImageType type,
    out ActionInfoWithDynamicImageMapCollection actionImageMaps,
    out Stream image
)
protected:
virtual void GetImage(
    DynamicImageInstance.ImageType type, 
    [OutAttribute] ActionInfoWithDynamicImageMapCollection^% actionImageMaps, 
    [OutAttribute] Stream^% image
) abstract
abstract GetImage : 
        type:DynamicImageInstance.ImageType * 
        actionImageMaps:ActionInfoWithDynamicImageMapCollection byref * 
        image:Stream byref -> unit
protected abstract function GetImage(
    type : DynamicImageInstance.ImageType, 
    actionImageMaps : ActionInfoWithDynamicImageMapCollection, 
    image : Stream
)

Parameters

See Also

Reference

DynamicImageInstance Class

GetImage Overload

Microsoft.ReportingServices.OnDemandReportRendering Namespace