RadialPointer.Type Property

Gets an expression that evaluates to the type of pointer.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Type As ReportEnumProperty(Of RadialPointerTypes)
    Get
'Usage
Dim instance As RadialPointer
Dim value As ReportEnumProperty(Of RadialPointerTypes)

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