| IDisplayReport Interface | 
Namespace: CMS.Reporting.Web.UI
 Syntax
Syntaxpublic interface IDisplayReport
The IDisplayReport type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AreaMaxWidth | 
            Graph possible width of control.
             | 
|  | BodyCssClass | 
            Body CSS class.
             | 
|  | CheckInnerControls | 
            Indicates if check inner sub controls.
             | 
|  | Colors | 
            Colors assigned to series.
             | 
|  | DisplayFilter | 
            Display filter.
             | 
|  | DynamicMacros | 
            Special macros used for report macro resolving
             | 
|  | EmailMode | 
            If true, control is rendered for email.
             | 
|  | ForceLoadDefaultValues | 
            Load always default values.
             | 
|  | FormCssClass | 
            Form CSS class.
             | 
|  | GraphImageWidth | 
            Width of chart image in percent versus displayable zone.
             | 
|  | IgnoreWasInit | 
            Reloads parameters even if were already inited.
             | 
|  | LoadFormParameters | 
            Assigned if parameters will be loaded automaticcaly.
             | 
|  | RenderCssClasses | 
            Inidcates if CSS classes should be rendered.
             | 
|  | ReportControls | 
            Child report controls.
             | 
|  | ReportDisplayName | 
            Returns report display name
             | 
|  | ReportHTML | 
            ReportHTML.
             | 
|  | ReportName | 
            Report name.
             | 
|  | ReportPanel | 
            Content panel.
             | 
|  | ReportParameters | 
            Report parameters.
             | 
|  | ReportSubscriptionSiteID | 
            Report's subscription site ID (used in automatic subscription report generation)
             | 
|  | SelectedInterval | 
            Graph type selected interval
             | 
|  | SendOnlyNonEmptyDataSource | 
            If true, only reports with non empty datasource is sent (used in subscriptions)
             | 
|  | TableFirstColumnWidth | 
            First width of the column
             | 
|  | UseExternalReload | 
            If true, reload is not called from this control.
             | 
|  | UseProgressIndicator | 
            Gets or sets the value that indicates whether progress indicator should be used.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | IsReportLoaded | 
            Returns true if report is loaded
             | 
|  | ReloadData | 
            Sets the RTL culture to the body class if RTL language.
             | 
|  | RenderToString | 
            Renders control to String representation
             | 
|  | SaveReport | 
            Saves the report
             | 
|  | SetDefaultDynamicMacros(Int32) | 
            Sets all default macros needed for graphs
             | 
|  | SetDefaultDynamicMacros(String) | 
            Sets all default macros needed for graphs
             | 
 See Also
See Also