Compartilhar via


Propriedade do RDL MapLineInstance.UseCustomLineTemplate

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property UseCustomLineTemplate As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MapLineInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering