UserSort Class
Represents a sort control for the end-user.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class UserSort _
Inherits ReportObject _
Implements IShouldSerialize
'Usage
Dim instance As UserSort
public class UserSort : ReportObject, IShouldSerialize
public ref class UserSort : public ReportObject,
IShouldSerialize
type UserSort =
class
inherit ReportObject
interface IShouldSerialize
end
public class UserSort extends ReportObject implements IShouldSerialize
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.UserSort
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.