[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService

IReportInformationService Interface

Represents a service that returns global variables and user-specific information related to the report.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IReportInformationService

Properties

Name Description
ExecutionTime

Gets or sets the date and time when the report began executing.

Language

Gets the language code of the client executing the report.

ReportFolder

Gets the path of the folder containing the report.

ReportName

Gets the name of the report.

UserID

Gets the ID of the user executing the report.

Extension Methods