StyleFont Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| StyleFont() | |
| StyleFont(ReportExpression, ReportExpression<FontStyles>, ReportExpression<ReportSize>, ReportExpression<FontWeights>, ReportExpression<TextDecorations>) |
StyleFont()
public:
StyleFont();
public StyleFont();
Public Sub New ()
Gilt für:
StyleFont(ReportExpression, ReportExpression<FontStyles>, ReportExpression<ReportSize>, ReportExpression<FontWeights>, ReportExpression<TextDecorations>)
public:
StyleFont(Microsoft::ReportingServices::RdlObjectModel::ReportExpression fontFamily, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::FontStyles> fontStyle, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> fontSize, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::FontWeights> fontWeight, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::TextDecorations> textDecoration);
public StyleFont(Microsoft.ReportingServices.RdlObjectModel.ReportExpression fontFamily, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.FontStyles> fontStyle, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> fontSize, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.FontWeights> fontWeight, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.TextDecorations> textDecoration);
new Microsoft.ReportDesigner.StyleFont : Microsoft.ReportingServices.RdlObjectModel.ReportExpression * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.FontStyles> * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.FontWeights> * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.TextDecorations> -> Microsoft.ReportDesigner.StyleFont
Public Sub New (fontFamily As ReportExpression, fontStyle As ReportExpression(Of FontStyles), fontSize As ReportExpression(Of ReportSize), fontWeight As ReportExpression(Of FontWeights), textDecoration As ReportExpression(Of TextDecorations))
Parameter
- fontFamily
- ReportExpression
- fontStyle
- ReportExpression<FontStyles>
- fontSize
- ReportExpression<ReportSize>
- fontWeight
- ReportExpression<FontWeights>
- textDecoration
- ReportExpression<TextDecorations>