DynamicImageInstance.GetImage 方法 (DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%, Stream%)

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Protected MustOverride Sub GetImage ( _
    type As DynamicImageInstance.ImageType, _
    <OutAttribute> ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection, _
    <OutAttribute> ByRef image As Stream _
)
用法
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
)

参数

请参阅

参考

DynamicImageInstance 类

GetImage 重载

Microsoft.ReportingServices.OnDemandReportRendering 命名空间