次の方法で共有


Command.InitState メソッド

定義

オーバーロード

InitState(IExpression)
InitState(Boolean)

InitState(IExpression)

public:
 Microsoft::ReportDesigner::CommandState InitState(Microsoft::ReportingServices::RdlObjectModel::IExpression ^ expression);
public Microsoft.ReportDesigner.CommandState InitState (Microsoft.ReportingServices.RdlObjectModel.IExpression expression);
member this.InitState : Microsoft.ReportingServices.RdlObjectModel.IExpression -> Microsoft.ReportDesigner.CommandState
Public Function InitState (expression As IExpression) As CommandState

パラメーター

expression
IExpression

戻り値

適用対象

InitState(Boolean)

public:
 Microsoft::ReportDesigner::CommandState InitState(bool isValid);
public Microsoft.ReportDesigner.CommandState InitState (bool isValid);
member this.InitState : bool -> Microsoft.ReportDesigner.CommandState
Public Function InitState (isValid As Boolean) As CommandState

パラメーター

isValid
Boolean

戻り値

適用対象