Propriedade do RDL CanSort
Gets a Boolean value that indicates whether the text box can be sorted.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property CanSort As Boolean
Get
'Uso
Dim instance As TextBox
Dim value As Boolean
value = instance.CanSort
public bool CanSort { get; }
public:
property bool CanSort {
bool get ();
}
member CanSort : bool
function get CanSort () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the text box can be sorted; otherwise, false.
Consulte também