Proprietà FontFamily
Name of the font family
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property FontFamily As ReportStringProperty
Get
'Utilizzo
Dim instance As StyleBase
Dim value As ReportStringProperty
value = instance.FontFamily
public abstract ReportStringProperty FontFamily { get; }
public:
virtual property ReportStringProperty^ FontFamily {
ReportStringProperty^ get () abstract;
}
abstract FontFamily : ReportStringProperty
abstract function get FontFamily () : ReportStringProperty
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
Vedere anche