Propriedade do RDL ScalePin.Enable
Gets an expression that evaluates to a value that indicates whether the pin is enabled.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering