Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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