ReportRetrieveRequest class

namespace: Serenity.Reporting   assemblySerenity.Net.Services

Request model to retrieve a report by its key. This only returns the metadata, e.g. parameters of report etc.

public class ReportRetrieveRequest : ServiceRequest

Public Members

name description
ReportRetrieveRequest() The default constructor.
ReportKey { get; set; } The report key to retrieve.

See Also