Share via


Command.InitState Método

Definição

Sobrecargas

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

Parâmetros

expression
IExpression

Retornos

Aplica-se a

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

Parâmetros

isValid
Boolean

Retornos

Aplica-se a