Compartir a través de


Report.SortItem Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property SortItem As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A string value.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering