Udostępnij przez


Właściwość MapLine.MapLineTemplate

Pobiera lub ustawia niestandardowy szablon do mapy linii.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapLineTemplate As MapLineTemplate
    Get
    Set
'Użycie
Dim instance As MapLine
Dim value As MapLineTemplate

value = instance.MapLineTemplate

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