Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the calculated value of the FontStyle property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides Property FontStyle As FontStyles
Get
Set
'Usage
Dim instance As StyleInstance
Dim value As FontStyles
value = instance.FontStyle
instance.FontStyle = value
public override FontStyles FontStyle { get; set; }
public:
virtual property FontStyles FontStyle {
FontStyles get () override;
void set (FontStyles value) override;
}
abstract FontStyle : FontStyles with get, set
override FontStyle : FontStyles with get, set
override function get FontStyle () : FontStyles
override function set FontStyle (value : FontStyles)
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.FontStyles
A FontStyles value that represents the calculated value of the FontStyle property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace