Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace