Metoda DynamicImageInstance.GetImage (DynamicImageInstance.ImageType, ActionInfoWithDynamicImageMapCollection%, Stream%)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Protected MustOverride Sub GetImage ( _
type As DynamicImageInstance..::..ImageType, _
<OutAttribute> ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection, _
<OutAttribute> ByRef image As Stream _
)
'Użycie
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
)
Parametry
- actionImageMaps
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection%
- image
Typ: System.IO.Stream%