Click or drag to resize
AbstractReportControl Properties

The AbstractReportControl type exposes the following members.

Properties
  NameDescription
Public propertyAllParameters
All parameters.
Public propertyCacheDependencies
CacheDependencies.
Public propertyCacheItemName
Name for report caching.
Public propertyCacheMinutes
Minutes for cache image holding.
Public propertyColors
Colors assigned to series.
Public propertyColumns
Selected columns for reports (replace ##COLUMNS##)
Public propertyComponentName
Component name
(Inherited from AbstractUserControl.)
Public propertyComputedWidth
Computex width if percent width is set.
Public propertyConnectionString
Connection string for query. Used in database separation.
Public propertyContextParameters
Context parameters.
Public propertyContextResolver
Web part context resolver.
Public propertyCurrentDocument
Current document
(Inherited from AbstractUserControl.)
Public propertyCurrentPageInfo
Current page info
(Inherited from AbstractUserControl.)
Public propertyCurrentSite
Current site
(Inherited from AbstractUserControl.)
Public propertyCurrentUser
Current user
(Inherited from AbstractUserControl.)
Public propertyDocumentManager
Document manager control
(Inherited from AbstractUserControl.)
Public propertyDynamicMacros
Special macros used for report macro resolving
Public propertyEditedObject
Control's edited object
(Inherited from AbstractUserControl.)
Public propertyEmailMode
If true, control is rendered for email.
Public propertyEnableExport
If true export is allowed
Public propertyEnableSubscription
If true, subscription is enabled
Public propertyGraphImageWidth
Width of chart image in percent versus displayable zone.
Public propertyHeaderActions
Header actions control
(Inherited from AbstractUserControl.)
Public propertyIsLiveSite
Indicates whether control is used in live site.
(Overrides AbstractUserControlIsLiveSite.)
Public propertyItem
Gets or sets the value of the column.
(Inherited from InlineUserControl.)
Public propertyItemType
Item type (graph,table or value).
Public propertyMessagesPlaceHolder
Placeholder for messages
(Inherited from AbstractUserControl.)
Public propertyOrderBy
Order by clause for reports (replace ##ORDERBY##)
Public propertyParameter
Control parameter.
(Inherited from InlineUserControl.)
Protected propertyProperties
Control properties.
(Inherited from InlineUserControl.)
Public propertyQueryIsStoredProcedure
Query is stored procedure.
Public propertyQueryText
Query text.
Public propertyRangeInterval
Interval of time range.
Public propertyRangeValue
Value of range interval.
Public propertyRenderCssClasses
Inidcates if CSS classes should be rendered.
Public propertyReportDataSet
Return loaded dataset
Public propertyReportItemName
Report item name used for caching.
Public propertyReportParameters
Report parameters.
Public propertyReportSubscriptionSiteID
Report's subscription site ID (used in automatic generation
Public propertyCode exampleResourcePrefix
Prefix for the resource strings which are used for the localization by the control and its child controls.
(Inherited from AbstractUserControl.)
Public propertyResourcePrefixes
List of cached resource prefixes for the parent hierarchy
(Inherited from AbstractUserControl.)
Public propertySavedReportGuid
Saved report guid.
Public propertySavedReportID
Saved report ID.
Public propertySelectedInterval
Get(set) selected interval of graph type (year,month,..)
Public propertySendOnlyNonEmptyDataSource
If true, only reports with non empty datasource is sent (used in subscriptions).
Public propertyShortID
Short ID of the control.
(Inherited from AbstractUserControl.)
Public propertyStopProcessing
Indicates if the control should perform the operations.
(Inherited from AbstractUserControl.)
Public propertySubscriptionInfo
Report subscription information - used for sending reports by email.
Public propertyTableFirstColumnWidth
First width of the column
Public propertyTopN
Top N specification for reports (replace where ##TOPN##)
Public propertyUIContext
Control's UI Context
(Inherited from AbstractUserControl.)
Public propertyUsesLocalMessagesPlaceHolder
Indicates if control uses local messages placeholder
(Inherited from AbstractUserControl.)
Protected propertyViewState
ViewState - overridden for the Master page ViewState fix.
(Inherited from InlineUserControl.)
Public propertyWhereCondition
Where condition for reports (replace ##WHERE##)
Top
See Also