Propriedade do RDL Enabled
Gets the calculated value of the Enabled property in a ChartAxisScaleBreak class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Enabled As Boolean
Get
'Uso
Dim instance As ChartAxisScaleBreakInstance
Dim value As Boolean
value = instance.Enabled
public bool Enabled { get; }
public:
property bool Enabled {
bool get ();
}
member Enabled : bool
function get Enabled () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the Enabled property.
Consulte também