Propriedade ExpressionString
Gets the expression string for the report property, if the report property is an expression string.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ExpressionString As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
The expression string for the report property.
Consulte também