Konstruktor SortExpression (ReportExpression, SortDirections)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Sub New ( _
value As ReportExpression, _
direction As SortDirections _
)
'Użycie
Dim value As ReportExpression
Dim direction As SortDirections
Dim instance As New SortExpression(value, direction)
public SortExpression(
ReportExpression value,
SortDirections direction
)
public:
SortExpression(
ReportExpression value,
SortDirections direction
)
new :
value:ReportExpression *
direction:SortDirections -> SortExpression
public function SortExpression(
value : ReportExpression,
direction : SortDirections
)
Parametry
- value
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
Wyrażenie.
- direction
Typ: Microsoft.ReportingServices.RdlObjectModel.SortDirections
Kierunek sortowania.