共用方式為


RadialPointerInstance.Type 屬性

Gets the calculated value of the Type property in a RadialPointer class.

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

語法

'宣告
Public ReadOnly Property Type As RadialPointerTypes 
    Get
'用途
Dim instance As RadialPointerInstance 
Dim value As RadialPointerTypes 

value = instance.Type
public RadialPointerTypes Type { get; }
public:
property RadialPointerTypes Type {
    RadialPointerTypes get ();
}
member Type : RadialPointerTypes
function get Type () : RadialPointerTypes

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.RadialPointerTypes
A RadialPointerTypes value that represents the calculated value of the Type property.

請參閱

參考

RadialPointerInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間