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.