<MAProceduralReportViewControllerDelegateExt>

Description

The <MAProceduralReportViewControllerDelegateExt> protocol is used to work with a sheet and sheet set in regular report.

Supported Protocols

<MAReportDelegate>

<NSObject>

Properties inherited from <MAReportDelegate>

accessRights. Express report access permissions.

hasScreenshot. Indicates whether there is a saved report screenshot.

reportSettings. Initial report settings.

reportState. Saved report settings.

screenshot. Screenshot data.

Methods

proceduralReportController:reportTitleForWorksheetSet:. Returns title of the specified regular report sheet set.

proceduralReportController:setState:. Sets regular report custom settings.

proceduralReportController:worksheetsCountForWorksheetSet:. Returns number of sheets in the specified sheet set.

proceduralReportController:worksheetSet:workSheetNameAtIndex:. Returns regular report sheet name by index.

proceduralReportController:worksheetSet:workSheetKeyAtIndex:. Returns key of regular report sheet by index.

proceduralReportController:worksheetSet:isWorksheetVisibleAtIndex:. Returns whether a sheet with specified index is visible.

proceduralReportController:worksheetSet:worksheetFullpathAtIndex:. Returns full path to regular report sheet by index.

proceduralReportController:worksheetSet:worksheetExtAtIndex:. Returns extension of the file corresponding to regular report sheet with specified index.

proceduralReportController:worksheetSetIdAtIndex:. Returns regular report sheet set identifier by specified index.

starupWorksheetSetIdInProceduralReportController. Returns index of active regular report sheet set.

stateForProceduralReportController. Returns regular report custom settings.

worksheetSetsCountInProceduralReportController. Returns number of regular report sheet sets.

Methods inherited from <MAReportDelegate>

saveFavoriteWithName:. Saves report to favorites.

saveReport. Saves report current state.

See also:

Protocols. The Mobile Application Component