ReportParameterInfo.DataType プロパティ
パラメーターのデータ型を取得します。読み取り専用。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
Public ReadOnly Property DataType As ParameterDataType
Get
'使用
Dim instance As ReportParameterInfo
Dim value As ParameterDataType
value = instance.DataType
public ParameterDataType DataType { get; }
public:
property ParameterDataType DataType {
ParameterDataType get ();
}
member DataType : ParameterDataType
function get DataType () : ParameterDataType
プロパティ値
型: Microsoft.Reporting.WebForms.ParameterDataType
読み取り専用の ParameterDataType 値。