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.
Antialiasing type for the gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property AntiAliasing As ReportEnumProperty(Of GaugeAntiAliasings)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeAntiAliasings>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace