[]
Stores reports obtained during build of data tree definition.
public sealed class ReportStore
Name | Description |
---|---|
ReportStore(Report, ResourceLocator) |
Name | Description |
---|---|
ResourceLocator | |
RootReport |
Name | Description |
---|---|
IsInteractive | Determines whether the root report has interactive sortings. |
Name | Description |
---|---|
GetCumulativeExpressions() | |
GetNextReportName() | |
GetReport(string) | Gets page report definition for given data tree query definition. |
GetSubReport(Subreport) | Gets page report for given subreport control. |
GetSubreports(ResourceLocator) | Returns list of registered subreports and subreports dependency map for snapshot creation. |
Register(Subreport, Report) | Registers association of subreport control with its page report definition. |
Register(string, Report) | Registers association of page report with its data tree definition. |
RegisterCumulatives(IEnumerable<ExpressionInfo>) |