SortExpression.Direction Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a direção de classificação.
public:
property Microsoft::ReportingServices::RdlObjectModel::SortDirections Direction { Microsoft::ReportingServices::RdlObjectModel::SortDirections get(); void set(Microsoft::ReportingServices::RdlObjectModel::SortDirections value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.SortDirections Direction { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.Direction : Microsoft.ReportingServices.RdlObjectModel.SortDirections with get, set
Public Property Direction As SortDirections
Valor da propriedade
Um objeto SortDirections.
- Atributos