ReportProperty.ExpressionString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the expression string for the report property, if the report property is an expression.
public:
property System::String ^ ExpressionString { System::String ^ get(); };
public string ExpressionString { get; }
member this.ExpressionString : string
Public ReadOnly Property ExpressionString As String
Property Value
The expression string for the report property.