Właściwość MapLegend.AutoFitTextDisabled
Wskazuje, czy Autodopasowanie rozmiaru tekstu jest wyłączona.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property AutoFitTextDisabled As ReportBoolProperty
Get
'Użycie
Dim instance As MapLegend
Dim value As ReportBoolProperty
value = instance.AutoFitTextDisabled
public ReportBoolProperty AutoFitTextDisabled { get; }
public:
property ReportBoolProperty^ AutoFitTextDisabled {
ReportBoolProperty^ get ();
}
member AutoFitTextDisabled : ReportBoolProperty
function get AutoFitTextDisabled () : ReportBoolProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty obiektu.
Zobacz także