Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the Enable property in a ScalePin class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Enable As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value that represents the calculated value of the Enable property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace