DynamicImageInstance-Klasse
Represents a dynamic instance of a Image object.
Vererbungshierarchie
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
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustInherit Class DynamicImageInstance _
Inherits DataRegionInstance
'Usage
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
Der DynamicImageInstance-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Bookmark | Gets the calculated value of the Bookmark property in a ReportItem class. (Geerbt von ReportItemInstance.) | |
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Geerbt von ReportItemInstance.) | |
HeightInPixels | Infrastruktur Gets or sets the height in pixels of the current image instance. | |
NoRows | Gets a Boolean value that indicates whether this DataRegionInstance contains any data rows. (Geerbt von DataRegionInstance.) | |
NoRowsMessage | Gets the calculated value of the NoRowsMessage property in a DataRegion class. (Geerbt von DataRegionInstance.) | |
PageName | Gets the calculated value of the PageName property in a DataRegion class. (Geerbt von DataRegionInstance.) | |
Style | Gets the calculated value of the Style property in a ReportElement class. (Geerbt von ReportElementInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a ReportItem class. (Geerbt von ReportItemInstance.) | |
UniqueName | Gets the unique identifier of this instance object. (Geerbt von ReportItemInstance.) | |
Visibility | Gets the calculated value of the Visibility property in a DataRegion class. (Geerbt von DataRegionInstance.) | |
WidthInPixels | Infrastruktur Gets or sets the width in pixels of the current image instance. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CreateExceptionImage | Infrastruktur Creates memory stream that represents the bitmap image of the specified exception. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von 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%) | Infrastruktur Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection. | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ResetInstanceCache | Infrastruktur Resets the cache of the ReportItemInstance. (Geerbt von ReportItemInstance.) | |
SetDpi | Sets the dot-per-inch (DPI) for current image instance. | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
m_dpiX | Infrastruktur Specifies the image resolution in DPI measured along the X-axis. | |
m_dpiY | Infrastruktur Specifies the image resolution in DPI measured along the Y-axis. | |
m_reportElementDef | Infrastruktur Specifies the report element definition that defines this instance. (Geerbt von ReportElementInstance.) | |
m_style | Infrastruktur Specifies the style properties of this report element object. (Geerbt von ReportElementInstance.) | |
m_uniqueName | Infrastruktur Specifies the unique identifier of this instance object. (Geerbt von ReportItemInstance.) | |
m_visibility | Infrastruktur Specifies the visibility of the report item. (Geerbt von ReportItemInstance.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace