Compartir a través de


StyleBaseInstance.FontStyle Propiedad

Gets the calculated value of the FontStyle property in a StyleBase class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride Property FontStyle As FontStyles 
    Get 
    Set
'Uso
Dim instance As StyleBaseInstance 
Dim value As FontStyles 

value = instance.FontStyle

instance.FontStyle = value
public abstract FontStyles FontStyle { get; set; }
public:
virtual property FontStyles FontStyle {
    FontStyles get () abstract;
    void set (FontStyles value) abstract;
}
abstract FontStyle : FontStyles with get, set
abstract function get FontStyle () : FontStyles 
abstract function set FontStyle (value : FontStyles)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.FontStyles
A FontStyles value that represents the calculated value of the FontStyle property.

Vea también

Referencia

StyleBaseInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering