다음을 통해 공유


Type 속성

Gets an expression that evaluates to the type of pointer.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property Type As ReportEnumProperty(Of RadialPointerTypes)
    Get
‘사용 방법
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>