Type-Eigenschaft
Type of pointer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Type As ReportExpression(Of LinearPointerTypes)
Get
Set
'Usage
Dim instance As LinearPointer
Dim value As ReportExpression(Of LinearPointerTypes)
value = instance.Type
instance.Type = value
public ReportExpression<LinearPointerTypes> Type { get; set; }
public:
property ReportExpression<LinearPointerTypes> Type {
ReportExpression<LinearPointerTypes> get ();
void set (ReportExpression<LinearPointerTypes> value);
}
member Type : ReportExpression<LinearPointerTypes> with get, set
function get Type () : ReportExpression<LinearPointerTypes>
function set Type (value : ReportExpression<LinearPointerTypes>)
Eigenschaftenwert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'LinearPointerTypes> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.