Classe ImageInstance
Represents an instance type of the Image class, and contains the calculated values of the properties in Image.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering.ImageInstance
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustInherit Class ImageInstance _
Inherits ReportItemInstance _
Implements IImageInstance
'Utilizzo
Dim instance As ImageInstance
public abstract class ImageInstance : ReportItemInstance,
IImageInstance
public ref class ImageInstance abstract : public ReportItemInstance,
IImageInstance
[<AbstractClassAttribute>]
type ImageInstance =
class
inherit ReportItemInstance
interface IImageInstance
end
public abstract class ImageInstance extends ReportItemInstance implements IImageInstance
Nel tipo ImageInstance sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ActionInfoWithDynamicImageMapAreas | Gets the image maps and associated actions for this ImageInstance. |
![]() |
Bookmark | Gets the calculated value of the Bookmark property in a ReportItem class. Ereditato da ReportItemInstance. |
![]() |
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a ReportItem class. Ereditato da ReportItemInstance. |
![]() |
ImageData | Gets or sets the image data. |
![]() |
MIMEType | Gets or sets the calculated value of the MIMEType property in a Image class. |
![]() |
StreamName | Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server. |
![]() |
Style | Gets the calculated value of the Style property in a ReportElement class. Ereditato da ReportElementInstance. |
![]() |
Tag | Gets the calculated value of the Tag property in a Image class. |
![]() |
TagDataType | Get the code that specifies the data type of the underlying image tag. |
![]() |
ToolTip | Gets the calculated value of the ToolTip property in a ReportItem class. Ereditato da ReportItemInstance. |
![]() |
UniqueName | Gets the unique identifier of this instance object. Ereditato da ReportItemInstance. |
![]() |
Visibility | Gets the calculated value of the Visibility property in a ReportItem class. Ereditato da ReportItemInstance. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
CreateActionInfoWithDynamicImageMap | Adds a set of actions and the associated image map to the ActionInfoWithDynamicImageMapAreas. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ResetInstanceCache | Infrastruttura. Resets the cache of the ReportItemInstance. Ereditato da ReportItemInstance. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
m_reportElementDef | Infrastruttura. Specifies the report element definition that defines this instance. Ereditato da ReportElementInstance. |
![]() |
m_style | Infrastruttura. Specifies the style properties of this report element object. Ereditato da ReportElementInstance. |
![]() |
m_uniqueName | Infrastruttura. Specifies the unique identifier of this instance object. Ereditato da ReportItemInstance. |
![]() |
m_visibility | Infrastruttura. Specifies the visibility of the report item. Ereditato da ReportItemInstance. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering