Command.InitState Metodo

Definizione

Overload

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);
Public Function InitState (expression As IExpression) As CommandState

Parametri

expression
IExpression

Restituisce

CommandState

Si applica a

InitState(Boolean)

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

Parametri

isValid
Boolean

Restituisce

CommandState

Si applica a