共用方式為


Enabled 屬性

Whether or not a chart is displayed in 3-D.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Enabled As ReportBoolProperty
    Get
'用途
Dim instance As ChartThreeDProperties
Dim value As ReportBoolProperty

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