Właściwość Style.FontWeight
Pobiera wyrażenie definiującego grubość czcionki.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property FontWeight As ReportEnumProperty(Of FontWeights)
Get
'Użycie
Dim instance As Style
Dim value As ReportEnumProperty(Of FontWeights)
value = instance.FontWeight
public override ReportEnumProperty<FontWeights> FontWeight { get; }
public:
virtual property ReportEnumProperty<FontWeights>^ FontWeight {
ReportEnumProperty<FontWeights>^ get () override;
}
abstract FontWeight : ReportEnumProperty<FontWeights>
override FontWeight : ReportEnumProperty<FontWeights>
override function get FontWeight () : ReportEnumProperty<FontWeights>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<FontWeights>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także