Właściwość StyleBase.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 MustOverride ReadOnly Property FontWeight As ReportEnumProperty(Of FontWeights)
Get
'Użycie
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of FontWeights)
value = instance.FontWeight
public abstract ReportEnumProperty<FontWeights> FontWeight { get; }
public:
virtual property ReportEnumProperty<FontWeights>^ FontWeight {
ReportEnumProperty<FontWeights>^ get () abstract;
}
abstract FontWeight : ReportEnumProperty<FontWeights>
abstract function get FontWeight () : ReportEnumProperty<FontWeights>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<FontWeights>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także