Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace