ScalePinInstance.Enable Propiedad
Gets the calculated value of the Enable property in a ScalePin class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Enable As Boolean
Get
'Uso
Dim instance As ScalePinInstance
Dim value As Boolean
value = instance.Enable
public bool Enable { get; }
public:
property bool Enable {
bool get ();
}
member Enable : bool
function get Enable () : boolean
Valor de la propiedad
Tipo: System.Boolean
A Boolean value that represents the calculated value of the Enable property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering