Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the resize mode for the image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ResizeMode As ReportEnumProperty(Of MapResizeMode)
Get
'Usage
Dim instance As MapMarkerImage
Dim value As ReportEnumProperty(Of MapResizeMode)
value = instance.ResizeMode
public ReportEnumProperty<MapResizeMode> ResizeMode { get; }
public:
property ReportEnumProperty<MapResizeMode>^ ResizeMode {
ReportEnumProperty<MapResizeMode>^ get ();
}
member ResizeMode : ReportEnumProperty<MapResizeMode>
function get ResizeMode () : ReportEnumProperty<MapResizeMode>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapResizeMode>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace