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