Proprietà Style.FontFamily
Gets an expression that evaluates to the name of the font family.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property FontFamily As ReportStringProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the name of the font family.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering