GaugePanel.AntiAliasing 属性

Antialiasing type for the gauge panel.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property AntiAliasing As ReportEnumProperty(Of GaugeAntiAliasings)
    Get
用法
Dim instance As GaugePanel 
Dim value As ReportEnumProperty(Of GaugeAntiAliasings)

value = instance.AntiAliasing
public ReportEnumProperty<GaugeAntiAliasings> AntiAliasing { get; }
public:
property ReportEnumProperty<GaugeAntiAliasings>^ AntiAliasing {
    ReportEnumProperty<GaugeAntiAliasings>^ get ();
}
member AntiAliasing : ReportEnumProperty<GaugeAntiAliasings>
function get AntiAliasing () : ReportEnumProperty<GaugeAntiAliasings>

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeAntiAliasings>
A ReportEnumProperty<EnumType> object.

请参阅

参考

GaugePanel 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间