GetImage 메서드 (DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection, Stream)
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: 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
)