Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the calculated value of the FontStyle property in a StyleBase class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride Property FontStyle As FontStyles
Get
Set
'Utilisation
Dim instance As StyleBaseInstance
Dim value As FontStyles
value = instance.FontStyle
instance.FontStyle = value
public abstract FontStyles FontStyle { get; set; }
public:
virtual property FontStyles FontStyle {
FontStyles get () abstract;
void set (FontStyles value) abstract;
}
abstract FontStyle : FontStyles with get, set
abstract function get FontStyle () : FontStyles
abstract function set FontStyle (value : FontStyles)
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.FontStyles
A FontStyles value that represents the calculated value of the FontStyle property.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering