Propriedade do RDL 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