LinearPointer.Type-Eigenschaft
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 LinearPointerTypes)
Get
'Usage
Dim instance As LinearPointer
Dim value As ReportEnumProperty(Of LinearPointerTypes)
value = instance.Type
public ReportEnumProperty<LinearPointerTypes> Type { get; }
public:
property ReportEnumProperty<LinearPointerTypes>^ Type {
ReportEnumProperty<LinearPointerTypes>^ get ();
}
member Type : ReportEnumProperty<LinearPointerTypes>
function get Type () : ReportEnumProperty<LinearPointerTypes>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<LinearPointerTypes>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace