Udostępnij przez


Właściwość StyleBaseInstance.FontStyle

Pobiera wartość obliczoną FontStyle właściwość w StyleBase klasy

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride Property FontStyle As FontStyles
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: Microsoft.ReportingServices.OnDemandReportRendering.FontStyles
A FontStyles wartości reprezentującej obliczonej wartości FontStyle właściwość.