Bagikan melalui


SortExpression Konstruktor

Definisi

Menginisialisasi instans baru kelas SortExpression.

Overload

SortExpression()

Menginisialisasi instans baru kelas SortExpression.

SortExpression(ReportExpression, SortDirections)

Menginisialisasi instans baru kelas SortExpression.

SortExpression()

Menginisialisasi instans baru kelas SortExpression.

public:
 SortExpression();
public SortExpression ();
Public Sub New ()

Berlaku untuk

SortExpression(ReportExpression, SortDirections)

Menginisialisasi instans baru kelas SortExpression.

public:
 SortExpression(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value, Microsoft::ReportingServices::RdlObjectModel::SortDirections direction);
public SortExpression (Microsoft.ReportingServices.RdlObjectModel.ReportExpression value, Microsoft.ReportingServices.RdlObjectModel.SortDirections direction);
new Microsoft.ReportingServices.RdlObjectModel.SortExpression : Microsoft.ReportingServices.RdlObjectModel.ReportExpression * Microsoft.ReportingServices.RdlObjectModel.SortDirections -> Microsoft.ReportingServices.RdlObjectModel.SortExpression
Public Sub New (value As ReportExpression, direction As SortDirections)

Parameter

value
ReportExpression

Ekspresi .

direction
SortDirections

Arah pengurutan.

Berlaku untuk