Partager via


Propriété FontFamily

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride Property FontFamily As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

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