Właściwość LinearPointer.Type
Typ wskaźnika.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Type As ReportEnumProperty(Of LinearPointerTypes)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<LinearPointerTypes>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także