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.