TextBox の切り替えイメージの現在の状態を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property ToggleState As Boolean
Get
'使用
Dim instance As TextBoxInstance
Dim value As Boolean
value = instance.ToggleState
public bool ToggleState { get; }
public:
property bool ToggleState {
bool get ();
}
member ToggleState : bool
function get ToggleState () : boolean
プロパティ値
型: System.Boolean
イメージが切り替えられている場合は true、切り替えられていない場合は false。