Udostępnij za pośrednictwem


Właściwość UserSort.SortExpression

Wyrażenie sortowania.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property SortExpression As ReportExpression
    Get
    Set
'Użycie
Dim instance As UserSort
Dim value As ReportExpression

value = instance.SortExpression

instance.SortExpression = value
public ReportExpression SortExpression { get; set; }
public:
property ReportExpression SortExpression {
    ReportExpression get ();
    void set (ReportExpression value);
}
member SortExpression : ReportExpression with get, set
function get SortExpression () : ReportExpression
function set SortExpression (value : ReportExpression)