Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the AntiAliasing property in a GaugePanel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property AntiAliasing As GaugeAntiAliasings
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeAntiAliasings
A GaugeAntiAliasings value that represents the calculated value of the AntiAliasing property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace