SortExpression コンストラクター (ReportExpression, SortDirections)

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Sub New ( _
    value As ReportExpression, _
    direction As SortDirections _
)
'使用
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
)