共用方式為


FontFamily 屬性

Gets the calculated value of the FontFamily property in a StyleBase class.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride Property FontFamily As String
    Get
    Set
'用途
Dim instance As StyleBaseInstance
Dim value As String

value = instance.FontFamily

instance.FontFamily = value
public abstract string FontFamily { get; set; }
public:
virtual property String^ FontFamily {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract FontFamily : string with get, set
abstract function get FontFamily () : String
abstract function set FontFamily (value : String)

屬性值

型別:System. . :: . .String
A string value that represents the calculated value of the FontFamily property.