Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates text will not be autosized to fit in the legend area.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property AutoFitTextDisabled As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As ChartLegend
Dim value As ReportExpression(Of Boolean)
value = instance.AutoFitTextDisabled
instance.AutoFitTextDisabled = value
public ReportExpression<bool> AutoFitTextDisabled { get; set; }
public:
property ReportExpression<bool> AutoFitTextDisabled {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member AutoFitTextDisabled : ReportExpression<bool> with get, set
function get AutoFitTextDisabled () : ReportExpression<boolean>
function set AutoFitTextDisabled (value : ReportExpression<boolean>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.