ImageInstance Class

 

Updated: February 25, 2016

Represents an instance type of the Image class, and contains the calculated values of the properties in Image.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)


public ref class ImageInstance abstract : ReportItemInstance, 
	IImageInstance

NameDescription
System_CAPS_pubpropertyActionInfoWithDynamicImageMapAreas

Gets the image maps and associated actions for this ImageInstance.

System_CAPS_pubpropertyBookmark

Gets the calculated value of the Bookmark property in a ReportItem class.(Inherited from ReportItemInstance.)

System_CAPS_pubpropertyDocumentMapLabel

Gets the calculated value of the DocumentMapLabel property in a ReportItem class.(Inherited from ReportItemInstance.)

System_CAPS_pubpropertyImageData

Gets or sets the image data.

System_CAPS_pubpropertyMIMEType

Gets or sets the calculated value of the MIMEType property in a Image class.

System_CAPS_pubpropertyStreamName

Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.

System_CAPS_pubpropertyStyle

Gets the calculated value of the Style property in a ReportElement class.(Inherited from ReportElementInstance.)

System_CAPS_pubpropertyTag

Gets the calculated value of the Tag property in a Image class.

System_CAPS_pubpropertyTagDataType

Get the code that specifies the data type of the underlying image tag.

System_CAPS_pubpropertyToolTip

Gets the calculated value of the ToolTip property in a ReportItem class.(Inherited from ReportItemInstance.)

System_CAPS_pubpropertyUniqueName

Gets the unique identifier of this instance object.(Inherited from ReportItemInstance.)

System_CAPS_pubpropertyVisibility

Gets the calculated value of the Visibility property in a ReportItem class.(Inherited from ReportItemInstance.)

NameDescription
System_CAPS_pubmethodCreateActionInfoWithDynamicImageMap()

Adds a set of actions and the associated image map to the ActionInfoWithDynamicImageMapAreas.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetDefaultFontFamily()

Retrieves the default font family of the item.(Inherited from ReportItemInstance.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodResetInstanceCache()

This API supports the product infrastructure and is not intended to be used directly from your code. Resets the cache of the ReportItemInstance. (Inherited from ReportItemInstance.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_protfieldm_reportElementDef

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the report element definition that defines this instance.(Inherited from ReportElementInstance.)

System_CAPS_protfieldm_style

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the style properties of this report element object.(Inherited from ReportElementInstance.)

System_CAPS_protfieldm_uniqueName

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the unique identifier of this instance object.(Inherited from ReportItemInstance.)

System_CAPS_protfieldm_visibility

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the visibility of the report item.(Inherited from ReportItemInstance.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: