MapPoint.UseCustomPointTemplate 属性
Indicates whether the MapPointTemplate property will be applied to the map point.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property UseCustomPointTemplate As ReportBoolProperty
Get
用法
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