MapMarkerImageInstance.ResizeMode Property
Gets the calculated value of the ResizeMode property in a MapMarkerImage class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ResizeMode As MapResizeMode
Get
'Usage
Dim instance As MapMarkerImageInstance
Dim value As MapResizeMode
value = instance.ResizeMode
public MapResizeMode ResizeMode { get; }
public:
property MapResizeMode ResizeMode {
MapResizeMode get ();
}
member ResizeMode : MapResizeMode
function get ResizeMode () : MapResizeMode
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapResizeMode
A MapResizeMode value that represents the calculated value of the ResizeMode property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace