Свойство InitialState

The initial visibility state of the toggle image.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property InitialState As ReportExpression(Of Boolean)
    Get
    Set
'Применение
Dim instance As ToggleImage
Dim value As ReportExpression(Of Boolean)

value = instance.InitialState

instance.InitialState = value
public ReportExpression<bool> InitialState { get; set; }
public:
property ReportExpression<bool> InitialState {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member InitialState : ReportExpression<bool> with get, set
function get InitialState () : ReportExpression<boolean>
function set InitialState (value : ReportExpression<boolean>)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.