Gets or sets the sorting to use to retrieve the list of reports from the service.
'Declaration
Public Property Sorting As String
public string Sorting {get; set;}
Property Value
Any item from the Eval expression list below, followed by ASC or DESC (ASC by default).
- ID The report identifier.
- Name The report name.
- CreationDate The date the report was created.
- ModifiedDate The date the report was last modified.
- ReportType The type of report.
- IsReadOnly The value indicating whether the report is editable.
- IsModelPermitted The value indicating whether the current user has read permission to the model used for the report.
- ModelID The identifier of the semantic model associated with the report.
- ModelVersion The version of the semantic model associated with the report.
- IsParameterized The value indicating whether the report contains parameters.
- Actions The placeholder for the report action panel.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2