DataSetDefinition.WidthSensitivitySpecified プロパティ
WidthSensitivity プロパティの値が指定されているかどうかを示します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Property WidthSensitivitySpecified As Boolean
Get
Set
'使用
Dim instance As DataSetDefinition
Dim value As Boolean
value = instance.WidthSensitivitySpecified
instance.WidthSensitivitySpecified = value
public bool WidthSensitivitySpecified { get; set; }
public:
property bool WidthSensitivitySpecified {
bool get ();
void set (bool value);
}
member WidthSensitivitySpecified : bool with get, set
function get WidthSensitivitySpecified () : boolean
function set WidthSensitivitySpecified (value : boolean)
プロパティ値
型: System.Boolean
WidthSensitivity プロパティの値が指定されていることを示す Boolean 値です。