Share via


ReportProperty.ExpressionString Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the expression string for the property that has not been evaluated.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public ReadOnly Property ExpressionString As String
public string ExpressionString { get; }
public:
property String^ ExpressionString {
    String^ get ();
}
/** @property */
public String get_ExpressionString ()
public function get ExpressionString () : String

Property Value

A string the represents the expression for the property that has not been evaluated.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportProperty Class
ReportProperty Members
Microsoft.ReportingServices.ReportRendering Namespace

Other Resources

Implementing a Rendering Extension