共用方式為


ChartThreeDPropertiesInstance.Shading 屬性

Gets the calculated value of the Shading property in a ChartThreeDProperties class.

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

語法

'宣告
Public ReadOnly Property Shading As ChartThreeDShadingTypes 
    Get
'用途
Dim instance As ChartThreeDPropertiesInstance 
Dim value As ChartThreeDShadingTypes 

value = instance.Shading
public ChartThreeDShadingTypes Shading { get; }
public:
property ChartThreeDShadingTypes Shading {
    ChartThreeDShadingTypes get ();
}
member Shading : ChartThreeDShadingTypes
function get Shading () : ChartThreeDShadingTypes

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ChartThreeDShadingTypes
A ChartThreeDShadingTypes value that represents the calculated value of the Shading property.

請參閱

參考

ChartThreeDPropertiesInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間