Interfaccia IExpression
Represents an expression.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Interface IExpression _
Inherits IFormattable
'Utilizzo
Dim instance As IExpression
public interface IExpression : IFormattable
public interface class IExpression : IFormattable
type IExpression =
interface
interface IFormattable
end
public interface IExpression extends IFormattable
Nel tipo IExpression sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Expression | The expression string. | |
IsEmpty | Indicates whether the evaluated expression is the empty cell value. | |
IsExpression | Indicates whether Value contains an expression. | |
Value | The value. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
GetDependencies | Gets the object's dependencies. | |
ToString | Ereditato da IFormattable. |
In alto