Compartir a través de


FontFamily Propiedad

Name of the font family.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property FontFamily As ReportStringProperty
    Get
'Uso
Dim instance As Style
Dim value As ReportStringProperty

value = instance.FontFamily
public override ReportStringProperty FontFamily { get; }
public:
virtual property ReportStringProperty^ FontFamily {
    ReportStringProperty^ get () override;
}
abstract FontFamily : ReportStringProperty
override FontFamily : ReportStringProperty
override function get FontFamily () : ReportStringProperty