Propriedade do RDL LabelPlacement
Gets the calculated value of the LabelPlacement property in a MapPointTemplate class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LabelPlacement As MapPointLabelPlacement
Get
'Uso
Dim instance As MapPointTemplateInstance
Dim value As MapPointLabelPlacement
value = instance.LabelPlacement
public MapPointLabelPlacement LabelPlacement { get; }
public:
property MapPointLabelPlacement LabelPlacement {
MapPointLabelPlacement get ();
}
member LabelPlacement : MapPointLabelPlacement
function get LabelPlacement () : MapPointLabelPlacement
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPointLabelPlacement
A MapPointLabelPlacement value that represents the calculated value of the LabelPlacement property.
Consulte também