Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Protected MustOverride Sub GetImage ( _
type As DynamicImageInstance.ImageType, _
<OutAttribute> ByRef actionImageMaps As ActionInfoWithDynamicImageMapCollection, _
<OutAttribute> ByRef image As Stream _
)
'Utilisation
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
)
Paramètres
- type
Type : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance.ImageType
The desired image type.
- actionImageMaps
Type : Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection%
When this method returns, contains an ActionInfoWithDynamicImageMapCollection object associated with the image. This parameter is passed uninitialized.
- image
Type : System.IO.Stream%
When this method returns, contain a [System.IO.Stream] object that contains the image stream to the current image instance.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering