MapMarker.MapMarkerStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the style for the map marker.
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::MapMarkerStyles> MapMarkerStyle { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::MapMarkerStyles> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::MapMarkerStyles> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.MapMarkerStyles> MapMarkerStyle { get; set; }
member this.MapMarkerStyle : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.MapMarkerStyles> with get, set
Public Property MapMarkerStyle As ReportExpression(Of MapMarkerStyles)
Property Value
A ReportExpression<T> object.