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.
Gets or sets the minimum font size for the auto-sizing algorithm of the legend text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MinFontSize As ReportExpression(Of ReportSize)
Get
Set
'Usage
Dim instance As MapLegend
Dim value As ReportExpression(Of ReportSize)
value = instance.MinFontSize
instance.MinFontSize = value
public ReportExpression<ReportSize> MinFontSize { get; set; }
public:
property ReportExpression<ReportSize> MinFontSize {
ReportExpression<ReportSize> get ();
void set (ReportExpression<ReportSize> value);
}
member MinFontSize : ReportExpression<ReportSize> with get, set
function get MinFontSize () : ReportExpression<ReportSize>
function set MinFontSize (value : ReportExpression<ReportSize>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.