Classe DynamicImageInstance
Represents a dynamic instance of a Image object.
Hierarquia de herança
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 (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustInherit Class DynamicImageInstance _
Inherits DataRegionInstance
'Uso
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
O tipo DynamicImageInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Bookmark | Gets the calculated value of the Bookmark property in a ReportItem class. (Herdado de ReportItemInstance.) | |
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Herdado de ReportItemInstance.) | |
HeightInPixels | Infraestrutura. 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. (Herdado de DataRegionInstance.) | |
NoRowsMessage | Gets the calculated value of the NoRowsMessage property in a DataRegion class. (Herdado de DataRegionInstance.) | |
PageName | Gets the calculated value of the PageName property in a DataRegion class. (Herdado de DataRegionInstance.) | |
Style | Gets the calculated value of the Style property in a ReportElement class. (Herdado de ReportElementInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a ReportItem class. (Herdado de ReportItemInstance.) | |
UniqueName | Gets the unique identifier of this instance object. (Herdado de ReportItemInstance.) | |
Visibility | Gets the calculated value of the Visibility property in a DataRegion class. (Herdado de DataRegionInstance.) | |
WidthInPixels | Infraestrutura. Gets or sets the width in pixels of the current image instance. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateExceptionImage | Infraestrutura. Creates memory stream that represents the bitmap image of the specified exception. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado 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%) | Infraestrutura. Returns the image of the current instance and its accompanying ActionInfoWithDynamicImageMapCollection. | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ResetInstanceCache | Infraestrutura. Resets the cache of the ReportItemInstance. (Herdado de ReportItemInstance.) | |
SetDpi | Sets the dot-per-inch (DPI) for current image instance. | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
m_dpiX | Infraestrutura. Specifies the image resolution in DPI measured along the X-axis. | |
m_dpiY | Infraestrutura. Specifies the image resolution in DPI measured along the Y-axis. | |
m_reportElementDef | Infraestrutura. Specifies the report element definition that defines this instance. (Herdado de ReportElementInstance.) | |
m_style | Infraestrutura. Specifies the style properties of this report element object. (Herdado de ReportElementInstance.) | |
m_uniqueName | Infraestrutura. Specifies the unique identifier of this instance object. (Herdado de ReportItemInstance.) | |
m_visibility | Infraestrutura. Specifies the visibility of the report item. (Herdado de ReportItemInstance.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering