Class UpdateReportInfoV1
Provides information about updating a report info entry.
Inheritance
System.Object
UpdateReportInfoV1
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.ReportServer.Services.Models.Obsolete
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class UpdateReportInfoV1
Constructors
UpdateReportInfoV1()
Declaration
public UpdateReportInfoV1()
Properties
CategoryId
Specifies the ID of the report's category.
Declaration
public string CategoryId { get; set; }
Property Value
System.String
|
Description
Specifies the report description.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Name
Specifies the report name.
Declaration
public string Name { get; set; }
Property Value
System.String
|