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.