Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the calculated value of the FontStyle property in a StyleBase class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride Property FontStyle As FontStyles
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.FontStyles
A FontStyles value that represents the calculated value of the FontStyle property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering