Proprietà FontWeight
Thickness of the font.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property FontWeight As ReportExpression(Of FontWeights)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'FontWeights> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Vedere anche