Compartir a través de


Enabled Propiedad

Gets the calculated value of the Enabled property in a ChartGridLines class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Enabled As ChartAutoBool
    Get
'Uso
Dim instance As ChartGridLinesInstance
Dim value As ChartAutoBool

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAutoBool
A ChartAutoBool value that represents the calculated value of the Enabled property.