StyleBase.FontStyle Propiedad
Gets an expression that evaluates to the font style.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property FontStyle As ReportEnumProperty(Of FontStyles)
Get
'Uso
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>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<FontStyles>
A ReportEnumProperty<EnumType> object that represents the font style.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering