MapPolygon.MapCenterPointTemplate 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 a custom template that will be applied to the map polygon center point.
public:
property Microsoft::ReportingServices::RdlObjectModel::MapPointTemplate ^ MapCenterPointTemplate { Microsoft::ReportingServices::RdlObjectModel::MapPointTemplate ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::MapPointTemplate ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.MapPointTemplate MapCenterPointTemplate { get; set; }
member this.MapCenterPointTemplate : Microsoft.ReportingServices.RdlObjectModel.MapPointTemplate with get, set
Public Property MapCenterPointTemplate As MapPointTemplate
Property Value
A MapPointTemplate object.