다음을 통해 공유


DynamicImageInstance.GetImage 메서드 (ActionInfoWithDynamicImageMapCollection%)

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Function GetImage ( _
    <OutAttribute> ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection _
) As Stream
‘사용 방법
Dim instance As DynamicImageInstance 
Dim actionImageMaps As ActionInfoWithDynamicImageMapCollection 
Dim returnValue As Stream 

returnValue = instance.GetImage(actionImageMaps)
public Stream GetImage(
    out ActionInfoWithDynamicImageMapCollection actionImageMaps
)
public:
Stream^ GetImage(
    [OutAttribute] ActionInfoWithDynamicImageMapCollection^% actionImageMaps
)
member GetImage : 
        actionImageMaps:ActionInfoWithDynamicImageMapCollection byref -> Stream
public function GetImage(
    actionImageMaps : ActionInfoWithDynamicImageMapCollection
) : Stream

매개 변수

반환 값

유형: System.IO.Stream
A [System.IO.Stream] object that contains the image stream to the current image instance.

참고 항목

참조

DynamicImageInstance 클래스

GetImage 오버로드

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스