Udostępnij przez


Właściwość MapPoint.UseCustomPointTemplate

Wskazuje, czy MapPointTemplate właściwość zostaną zastosowane do punktu mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property UseCustomPointTemplate As ReportBoolProperty
    Get
'Użycie
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