หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an expression that evaluates to the font style.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property FontStyle As ReportEnumProperty(Of FontStyles)
Get
'Usage
Dim instance As Style
Dim value As ReportEnumProperty(Of FontStyles)
value = instance.FontStyle
public override ReportEnumProperty<FontStyles> FontStyle { get; }
public:
virtual property ReportEnumProperty<FontStyles>^ FontStyle {
ReportEnumProperty<FontStyles>^ get () override;
}
abstract FontStyle : ReportEnumProperty<FontStyles>
override FontStyle : ReportEnumProperty<FontStyles>
override function get FontStyle () : ReportEnumProperty<FontStyles>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<FontStyles>
A ReportEnumProperty<EnumType> object that represents the font style.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace