Propriété MapLineTemplate
Gets a custom template to be applied to the map line.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapLineTemplate As MapLineTemplate
Get
'Utilisation
Dim instance As MapLine
Dim value As MapLineTemplate
value = instance.MapLineTemplate
public MapLineTemplate MapLineTemplate { get; }
public:
property MapLineTemplate^ MapLineTemplate {
MapLineTemplate^ get ();
}
member MapLineTemplate : MapLineTemplate
function get MapLineTemplate () : MapLineTemplate
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLineTemplate
A MapLineTemplate object.
Voir aussi