MapInstance Class

 

Updated: February 25, 2016

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

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


public ref class MapInstance sealed : ReportItemInstance, IDynamicImageInstance

NameDescription
System_CAPS_pubpropertyAntiAliasing

Gets the calculated value of the AntiAliasing property in a Map class.

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_pubpropertyPageName

Gets the calculated value of the PageName property in a Map class.

System_CAPS_pubpropertyShadowIntensity

Gets the calculated value of the ShadowIntensity property in a Map class.

System_CAPS_pubpropertyStyle

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

System_CAPS_pubpropertyTextAntiAliasingQuality

Gets the calculated value of the TextAntiAliasingQuality property in a Map class.

System_CAPS_pubpropertyTileLanguage

Gets the calculated value of the TileLanguage property in a Map class.

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_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetCoreXml()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the core XML in a MapInstance.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetImage()

Returns the map as an image.

System_CAPS_pubmethodGetImage(ActionInfoWithDynamicImageMapCollection^%)

Returns the map as an image along with a set of action for its image maps.

System_CAPS_pubmethodGetImage(DynamicImageInstance::ImageType)

Returns the map as an image of a specified type.

System_CAPS_pubmethodGetImage(DynamicImageInstance::ImageType, ActionInfoWithDynamicImageMapCollection^%)

Returns the map as an image of a specified type along with a set of action for its image maps.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetDpi(Int32, Int32)

Sets the dot-per-inch (DPI) to be used for generating the map image.

System_CAPS_pubmethodSetSize(Double, Double)

Sets the size of the map instance.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: