Sdílet prostřednictvím


Report.ExpressionDialog Property

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.

See Also

Reference

Report Class

Microsoft.ReportingServices.RdlObjectModel Namespace