Propriedade do RDL MapLineTemplate
Gets a custom template to be applied to the map line.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MapLineTemplate As MapLineTemplate
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLineTemplate
A MapLineTemplate object.
Consulte também