Freigeben über


DynamicImageInstance.GetImage-Methode (DynamicImageInstance.ImageType, Boolean%)

Returns the image of the current instance by specifying the type of the rendered image and gets a boolean value indicating wether the image has an associated image map.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected Overridable Function GetImage ( _
    type As DynamicImageInstance.ImageType, _
    <OutAttribute> ByRef hasImageMap As Boolean _
) As Stream
'Usage
Dim type As DynamicImageInstance.ImageType 
Dim hasImageMap As Boolean 
Dim returnValue As Stream 

returnValue = Me.GetImage(type, hasImageMap)
protected virtual Stream GetImage(
    DynamicImageInstance.ImageType type,
    out bool hasImageMap
)
protected:
virtual Stream^ GetImage(
    DynamicImageInstance.ImageType type, 
    [OutAttribute] bool% hasImageMap
)
abstract GetImage : 
        type:DynamicImageInstance.ImageType * 
        hasImageMap:bool byref -> Stream  
override GetImage : 
        type:DynamicImageInstance.ImageType * 
        hasImageMap:bool byref -> Stream
protected function GetImage(
    type : DynamicImageInstance.ImageType, 
    hasImageMap : boolean
) : Stream

Parameter

  • hasImageMap
    Typ: System.Boolean%
    When this method returns, contains a Boolean value true if the image has an associated image map; otherwise, false. This parameter is passed uninitialized.

Rückgabewert

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

Siehe auch

Verweis

DynamicImageInstance Klasse

GetImage-Überladung

Microsoft.ReportingServices.OnDemandReportRendering-Namespace