Partager via


Propriété MapLineInstance.UseCustomLineTemplate

Gets the calculated value of the UseCustomLineTemplate property in a MapLine class.

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

Syntaxe

'Déclaration
Public ReadOnly Property UseCustomLineTemplate As Boolean 
    Get
'Utilisation
Dim instance As MapLineInstance 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
A Boolean value that represents the calculated value of the UseCustomLineTemplate property.

Voir aussi

Référence

MapLineInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering