Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Determines if the font size is measured as a percentage of the parent, or in specified units.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property UseFontPercent As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As GaugeLabel
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.