Command.InitState Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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