ReportExpression.IsExpressionString Método
Indicates whether a string is an expression.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Boolean
True if a string is an expression; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel