Compartilhar via


Propriedade do RDL StyleBaseInstance.FontStyle

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

StyleBaseInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering