Partager via


Propriété _FontSize

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property _FontSize As ReportSize
    Get
'Utilisation
Dim instance As TextRun
Dim value As ReportSize

value = instance._FontSize
public ReportSize _FontSize { get; }
public:
property ReportSize _FontSize {
    ReportSize get ();
}
member _FontSize : ReportSize
function get _FontSize () : ReportSize