Condividi tramite


Proprietà ChartGridLines.Enabled

Gets an expression that evaluates to a value that indicates whether the gridlines should be shown.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Enabled As ReportEnumProperty(Of ChartAutoBool)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.

Vedere anche

Riferimento

ChartGridLines Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering