다음을 통해 공유


MapLineTemplate 속성

Gets a custom template to be applied to the map line.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property MapLineTemplate As MapLineTemplate
    Get
‘사용 방법
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