Map.AntiAliasing Property

Definition

Gets or sets the anti-aliasing type for the map.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::MapAntiAliasings> AntiAliasing { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::MapAntiAliasings> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::MapAntiAliasings> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.MapAntiAliasings> AntiAliasing { get; set; }
member this.AntiAliasing : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.MapAntiAliasings> with get, set
Public Property AntiAliasing As ReportExpression(Of MapAntiAliasings)

Property Value

A ReportExpression<T> object.

Applies to