Propriété SortItem
Gets the unique name of the selected user sort item in the current rendering request, if any.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SortItem As String
Get
'Utilisation
Dim instance As Report
Dim value As String
value = instance.SortItem
public string SortItem { get; }
public:
property String^ SortItem {
String^ get ();
}
member SortItem : string
function get SortItem () : String
Valeur de propriété
Type : System. . :: . .String
A string value.
Voir aussi