Właściwość StyleBaseInstance.FontWeight
Pobiera wartość obliczoną FontWeight 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 FontWeight As FontWeights
Get
Set
'Użycie
Dim instance As StyleBaseInstance
Dim value As FontWeights
value = instance.FontWeight
instance.FontWeight = value
public abstract FontWeights FontWeight { get; set; }
public:
virtual property FontWeights FontWeight {
FontWeights get () abstract;
void set (FontWeights value) abstract;
}
abstract FontWeight : FontWeights with get, set
abstract function get FontWeight () : FontWeights
abstract function set FontWeight (value : FontWeights)
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.FontWeights
A FontWeights wartości reprezentującej obliczonej wartości FontWeight właściwość.
Zobacz także