Método IsExpressionString
Indicates whether a string is an expression.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Function IsExpressionString ( _
value As String _
) As Boolean
'Uso
Dim value As String
Dim returnValue As Boolean
returnValue = ReportExpression.IsExpressionString(value)
public static bool IsExpressionString(
string value
)
public:
static bool IsExpressionString(
String^ value
)
static member IsExpressionString :
value:string -> bool
public static function IsExpressionString(
value : String
) : boolean
Parâmetros
- value
Tipo: System. . :: . .String
The input string.
Valor de retorno
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também