StyleFont Constructors
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.
Overloads
StyleFont() | |
StyleFont(ReportExpression, ReportExpression<FontStyles>, ReportExpression<ReportSize>, ReportExpression<FontWeights>, ReportExpression<TextDecorations>) |
StyleFont()
public:
StyleFont();
public StyleFont ();
Public Sub New ()
Applies to
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))
Parameters
- fontFamily
- ReportExpression
- fontStyle
- ReportExpression<FontStyles>
- fontSize
- ReportExpression<ReportSize>
- fontWeight
- ReportExpression<FontWeights>
- textDecoration
- ReportExpression<TextDecorations>