Udostępnij przez


Właściwość MapLine.UseCustomLineTemplate

Wskazuje, czy MapLineTemplate elementu zostaną zastosowane do wiersza mapy nadrzędnej.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property UseCustomLineTemplate As ReportBoolProperty
    Get
'Użycie
Dim instance As MapLine
Dim value As ReportBoolProperty

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