Classe DynamicImageInstance
Represents a dynamic instance of a Image object.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataRegionInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..DynamicImageInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelInstance
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustInherit Class DynamicImageInstance _
Inherits DataRegionInstance
'Utilisation
Dim instance As DynamicImageInstance
public abstract class DynamicImageInstance : DataRegionInstance
public ref class DynamicImageInstance abstract : public DataRegionInstance
[<AbstractClassAttribute>]
type DynamicImageInstance =
class
inherit DataRegionInstance
end
public abstract class DynamicImageInstance extends DataRegionInstance
Le type DynamicImageInstance expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Bookmark | Gets the calculated value of the Bookmark property in a ReportItem class. (hérité de ReportItemInstance.) | |
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (hérité de ReportItemInstance.) | |
HeightInPixels | Infrastructure. | |
NoRows | Gets a Boolean value that indicates whether this DataRegionInstance contains any data rows. (hérité de DataRegionInstance.) | |
NoRowsMessage | Gets the calculated value of the NoRowsMessage property in a DataRegion class. (hérité de DataRegionInstance.) | |
PageName | Gets the calculated value of the PageName property in a DataRegion class. (hérité de DataRegionInstance.) | |
Style | Gets the calculated value of the Style property in a ReportElement class. (hérité de ReportElementInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a ReportItem class. (hérité de ReportItemInstance.) | |
UniqueName | Gets the unique identifier of this instance object. (hérité de ReportItemInstance.) | |
Visibility | Gets the calculated value of the Visibility property in a DataRegion class. (hérité de DataRegionInstance.) | |
WidthInPixels | Infrastructure. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CreateExceptionImage | Infrastructure. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetImage() () () () | Returns the image of the current instance. | |
GetImage(ActionInfoWithDynamicImageMapCollection%) | Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection. | |
GetImage(DynamicImageInstance. . :: . .ImageType) | Returns the image of the current instance by specifying the type of the rendered image. | |
GetImage(DynamicImageInstance. . :: . .ImageType, ActionInfoWithDynamicImageMapCollection%) | Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection by specifying the type of the rendered image. | |
GetImage(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. | |
GetImage(DynamicImageInstance. . :: . .ImageType, ActionInfoWithDynamicImageMapCollection%, Stream%) | Infrastructure. | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ResetInstanceCache | Infrastructure. (hérité de ReportItemInstance.) | |
SetDpi | Sets the dot-per-inch (DPI) for current instance's image. | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
m_dpiX | Infrastructure. | |
m_dpiY | Infrastructure. | |
m_reportElementDef | Infrastructure. (hérité de ReportElementInstance.) | |
m_style | Infrastructure. (hérité de ReportElementInstance.) | |
m_uniqueName | Infrastructure. (hérité de ReportItemInstance.) | |
m_visibility | Infrastructure. (hérité de ReportItemInstance.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.