Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Antialiasing type for the gauge panel.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AntiAliasing As ReportEnumProperty(Of GaugeAntiAliasings)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeAntiAliasings>
A ReportEnumProperty<EnumType> object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering