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