Propriété FontFamily
Gets an expression that evaluates to the name of the font family.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property FontFamily As ReportStringProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
Voir aussi