共用方式為


GaugePanelInstance.AntiAliasing 屬性

Gets the calculated value of the AntiAliasing property in a GaugePanel class.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property AntiAliasing As GaugeAntiAliasings 
    Get
'用途
Dim instance As GaugePanelInstance 
Dim value As GaugeAntiAliasings 

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.GaugeAntiAliasings
A GaugeAntiAliasings value that represents the calculated value of the AntiAliasing property.

請參閱

參考

GaugePanelInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間