Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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