DataMember.SortExpressions Propriété

Définition

Obtient ou définit les expressions en fonction desquelles trier les instances de groupe. Pas autorisé si le groupe est omis

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::SortExpression ^> ^ SortExpressions { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::SortExpression ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::SortExpression ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.SortExpression>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.SortExpression> SortExpressions { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.SortExpression>))>]
member this.SortExpressions : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.SortExpression> with get, set
Public Property SortExpressions As IList(Of SortExpression)

Valeur de propriété

Objet IList<T>.

Implémente

Attributs

S’applique à