Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapResizeMode
A MapResizeMode value that represents the calculated value of the ResizeMode property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace