Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: System.String
The contents of a field control in a report.