Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the thickness of the font.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property FontWeight As ReportExpression(Of FontWeights)
Get
Set
'Usage
Dim instance As Style
Dim value As ReportExpression(Of FontWeights)
value = instance.FontWeight
instance.FontWeight = value
public ReportExpression<FontWeights> FontWeight { get; set; }
public:
property ReportExpression<FontWeights> FontWeight {
ReportExpression<FontWeights> get ();
void set (ReportExpression<FontWeights> value);
}
member FontWeight : ReportExpression<FontWeights> with get, set
function get FontWeight () : ReportExpression<FontWeights>
function set FontWeight (value : ReportExpression<FontWeights>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<FontWeights>
A ReportExpression<T> object.