ScaleLabels.UseFontPercent 属性
Determines if the font size is measured as a percentage of the parent, or in specified units.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property UseFontPercent As ReportExpression(Of Boolean)
Get
Set
用法
Dim instance As ScaleLabels
Dim value As ReportExpression(Of Boolean)
value = instance.UseFontPercent
instance.UseFontPercent = value
public ReportExpression<bool> UseFontPercent { get; set; }
public:
property ReportExpression<bool> UseFontPercent {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member UseFontPercent : ReportExpression<bool> with get, set
function get UseFontPercent () : ReportExpression<boolean>
function set UseFontPercent (value : ReportExpression<boolean>)