Partager via


Propriété UseCustomLineTemplate

Indicates whether the MapLineTemplate element will be applied to the parent map line.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property UseCustomLineTemplate As ReportBoolProperty
    Get
'Utilisation
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