共用方式為


MapLineLayer.MapLineTemplate 屬性

Gets a line template to be applied for lines in the parent map layer.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapLineTemplate As MapLineTemplate 
    Get
'用途
Dim instance As MapLineLayer 
Dim value As MapLineTemplate 

value = instance.MapLineTemplate
public MapLineTemplate MapLineTemplate { get; }
public:
property MapLineTemplate^ MapLineTemplate {
    MapLineTemplate^ get ();
}
member MapLineTemplate : MapLineTemplate
function get MapLineTemplate () : MapLineTemplate

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.MapLineTemplate
A MapLineTemplate object.

請參閱

參考

MapLineLayer 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間