Partilhar via


Propriedade do RDL UseCustomPointTemplate

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

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

Sintaxe

'Declaração
Public ReadOnly Property UseCustomPointTemplate As ReportBoolProperty
    Get
'Uso
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