Udostępnij przez


Właściwość ChartTickMarks.Enabled

Pobiera wyrażenie definiującego wartość wskazująca, czy tickmarks powinny być wyświetlane.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Enabled As ReportEnumProperty(Of ChartAutoBool)
    Get
'Użycie
Dim instance As ChartTickMarks
Dim value As ReportEnumProperty(Of ChartAutoBool)

value = instance.Enabled
public ReportEnumProperty<ChartAutoBool> Enabled { get; }
public:
property ReportEnumProperty<ChartAutoBool>^ Enabled {
    ReportEnumProperty<ChartAutoBool>^ get ();
}
member Enabled : ReportEnumProperty<ChartAutoBool>
function get Enabled () : ReportEnumProperty<ChartAutoBool>