Compartilhar via


Propriedade do RDL MapLine.UseCustomLineTemplate

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

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

Sintaxe

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

MapLine Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering