Name | Description | |
---|---|---|
![]() | CheckAccessFor | Returns true if the specified user is allowed to access this designer session. |
![]() | GetDataSchema | Returns information about the schema of the data source. |
![]() | GetJobProcessor | Returns the ad-hoc job processor that handles operations which require a List & Label job. |
![]() | GetProject | Returns the contents of the project file (regular project with embedded ad-hoc data or the ad-hoc data only). Returns null to trigger the initialization of a new project. |
![]() | GetSessionSpecificTempDirectory | Returns an existing directory path for storing the temporary files of this designer session. The directory should only be used for this particular session, i.e. it should be empty when the designer is opened and it should be deleted when this session is disposed. Usually this is the concatenation of of combit.Reporting.AdhocDesign.AdhocDesignerBaseConfiguration.BaseTempDirectory and this session's ID. |
![]() | SaveProject | Saves the project data to any location. |