Compartir a través de


StyleInstance.FontFamily Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides Property FontFamily As String 
    Get 
    Set
'Uso
Dim instance As StyleInstance 
Dim value As String 

value = instance.FontFamily

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

Valor de la propiedad

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

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering