Propriedade do RDL MapLineTemplate.LabelPlacement
Gets the label placement for a map line layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapLineLabelPlacement)
Get
'Uso
Dim instance As MapLineTemplate
Dim value As ReportEnumProperty(Of MapLineLabelPlacement)
value = instance.LabelPlacement
public ReportEnumProperty<MapLineLabelPlacement> LabelPlacement { get; }
public:
property ReportEnumProperty<MapLineLabelPlacement>^ LabelPlacement {
ReportEnumProperty<MapLineLabelPlacement>^ get ();
}
member LabelPlacement : ReportEnumProperty<MapLineLabelPlacement>
function get LabelPlacement () : ReportEnumProperty<MapLineLabelPlacement>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLineLabelPlacement>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering