Type プロパティ
ポインターの種類。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property Type As ReportExpression(Of LinearPointerTypes)
Get
Set
'使用
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>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'LinearPointerTypes> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。