MapPoint.UseCustomPointTemplate Property

Indicates whether the MapPointTemplate property will be applied to the map point.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property UseCustomPointTemplate As ReportBoolProperty
    Get
'Usage
Dim instance As MapPoint
Dim value As ReportBoolProperty

value = instance.UseCustomPointTemplate
public ReportBoolProperty UseCustomPointTemplate { get; }
public:
property ReportBoolProperty^ UseCustomPointTemplate {
    ReportBoolProperty^ get ();
}
member UseCustomPointTemplate : ReportBoolProperty
function get UseCustomPointTemplate () : ReportBoolProperty