Propriedade do RDL Report.SortItem
Gets the unique name of the selected user sort item in the current rendering request, if any.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A string value.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering