Partager via


Command.InitState Méthode

Définition

Surcharges

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

Paramètres

expression
IExpression

Retours

S’applique à

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

Paramètres

isValid
Boolean

Retours

S’applique à