Compartir a través de


ScalePin.Enable Propiedad

Gets an expression that evaluates to a value that indicates whether the pin is enabled.

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

Sintaxis

'Declaración
Public ReadOnly Property Enable As ReportBoolProperty 
    Get
'Uso
Dim instance As ScalePin 
Dim value As ReportBoolProperty 

value = instance.Enable
public ReportBoolProperty Enable { get; }
public:
property ReportBoolProperty^ Enable {
    ReportBoolProperty^ get ();
}
member Enable : ReportBoolProperty
function get Enable () : ReportBoolProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Vea también

Referencia

ScalePin Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering