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 marker to be associated with the map points.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapMarker As MapMarker
Get
'Usage
Dim instance As MapMarkerTemplate
Dim value As MapMarker
value = instance.MapMarker
public MapMarker MapMarker { get; }
public:
property MapMarker^ MapMarker {
MapMarker^ get ();
}
member MapMarker : MapMarker
function get MapMarker () : MapMarker
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapMarker
A MapMarker object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace