Partilhar via


Propriedade do RDL ChartGridLines.Enabled

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Enabled As ReportEnumProperty(Of ChartAutoBool)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

ChartGridLines Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering