Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Defines the contents of a field control in a report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ExpressionDialog As String
Get
Set
'Usage
Dim instance As Report
Dim value As String
value = instance.ExpressionDialog
instance.ExpressionDialog = value
public string ExpressionDialog { get; set; }
public:
property String^ ExpressionDialog {
String^ get ();
void set (String^ value);
}
member ExpressionDialog : string with get, set
function get ExpressionDialog () : String
function set ExpressionDialog (value : String)
Property Value
Type: System.String
The contents of a field control in a report.