Condividi tramite


Proprietà Report.SortItem

Gets the unique name of the selected user sort item in the current rendering request, if any.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SortItem As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
A string value.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering