Udostępnij przez


Właściwość ChartGridLines.Enabled

Pobiera wyrażenie, którego wynikiem jest wartość wskazująca, czy powinny być wyświetlane linie siatki.

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 ChartGridLines
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>