StyleInstance.m_fontWeight Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A FontWeights value that represents the calculated value of the FontWeight property.
protected: Nullable<Microsoft::ReportingServices::OnDemandReportRendering::FontWeights> m_fontWeight;
protected Microsoft.ReportingServices.OnDemandReportRendering.FontWeights? m_fontWeight;
val mutable m_fontWeight : Nullable<Microsoft.ReportingServices.OnDemandReportRendering.FontWeights>
Protected m_fontWeight As Nullable(Of FontWeights)