Condividi tramite


Proprietà StyleBase.FontStyle

Gets an expression that evaluates to the font style.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property FontStyle As ReportEnumProperty(Of FontStyles)
    Get
'Utilizzo
Dim instance As StyleBase 
Dim value As ReportEnumProperty(Of FontStyles)

value = instance.FontStyle
public abstract ReportEnumProperty<FontStyles> FontStyle { get; }
public:
virtual property ReportEnumProperty<FontStyles>^ FontStyle {
    ReportEnumProperty<FontStyles>^ get () abstract;
}
abstract FontStyle : ReportEnumProperty<FontStyles>
abstract function get FontStyle () : ReportEnumProperty<FontStyles>

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<FontStyles>
A ReportEnumProperty<EnumType> object that represents the font style.

Vedere anche

Riferimento

StyleBase Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering