Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the expression string for the report property, if the report property is an expression.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ExpressionString As String
Get
'Usage
Dim instance As ReportProperty
Dim value As String
value = instance.ExpressionString
public string ExpressionString { get; }
public:
property String^ ExpressionString {
String^ get ();
}
member ExpressionString : string
function get ExpressionString () : String
Property Value
Type: System.String
The expression string for the report property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace