Właściwość StyleInstance.FontSize
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides Property FontSize As ReportSize
Get
Set
'Użycie
Dim instance As StyleInstance
Dim value As ReportSize
value = instance.FontSize
instance.FontSize = value
public override ReportSize FontSize { get; set; }
public:
virtual property ReportSize^ FontSize {
ReportSize^ get () override;
void set (ReportSize^ value) override;
}
abstract FontSize : ReportSize with get, set
override FontSize : ReportSize with get, set
override function get FontSize () : ReportSize
override function set FontSize (value : ReportSize)
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize wartości reprezentującej obliczonej wartości FontSize właściwość.
Zobacz także