Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the anti-aliasing type for the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property AntiAliasing As ReportExpression(Of MapAntiAliasings)
Get
Set
'Usage
Dim instance As Map
Dim value As ReportExpression(Of MapAntiAliasings)
value = instance.AntiAliasing
instance.AntiAliasing = value
public ReportExpression<MapAntiAliasings> AntiAliasing { get; set; }
public:
property ReportExpression<MapAntiAliasings> AntiAliasing {
ReportExpression<MapAntiAliasings> get ();
void set (ReportExpression<MapAntiAliasings> value);
}
member AntiAliasing : ReportExpression<MapAntiAliasings> with get, set
function get AntiAliasing () : ReportExpression<MapAntiAliasings>
function set AntiAliasing (value : ReportExpression<MapAntiAliasings>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapAntiAliasings>
A ReportExpression<T> object.