CustomReportViewControlBase Members (Microsoft.PerformancePoint.Scorecards.Server.Extensions)
Serves as the base class for all custom report view controls.
The following tables list the members exposed by the CustomReportViewControlBase type.
Public Constructors
Name | Description | |
---|---|---|
CustomReportViewControlBase | Initializes a new instance of the CustomReportViewControlBase class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
AccessKey | (inherited from WebControl) | |
AppRelativeTemplateSourceDirectory | (inherited from Control) | |
Attributes | (inherited from WebControl) | |
BackColor | (inherited from WebControl) | |
BeginPoints | The beginpoints of the control being rendered, an array of ParameterDefinition. (inherited from ParameterizableControl) | |
BindingContainer | (inherited from Control) | |
BorderColor | (inherited from WebControl) | |
BorderStyle | (inherited from WebControl) | |
BorderWidth | (inherited from WebControl) | |
ClientID | (inherited from Control) | |
ContextData | The context data for this report view. | |
Controls | (inherited from Control) | |
ControlStyle | (inherited from WebControl) | |
ControlStyleCreated | (inherited from WebControl) | |
CssClass | (inherited from WebControl) | |
CustomData | The custom metadata for this report view. | |
CustomRenderScript | Contains client-side browser javascript that renders this control. (inherited from ParameterizableControl) | |
CustomStartupScript | (inherited from ParameterizableControl) | |
DashboardId | The GUID that corresponds to some Dashboard.Guid. (inherited from ParameterizableControl) | |
DashboardItemId | The GUID that corresponds to some DashboardItem.Guid. (inherited from ParameterizableControl) | |
Enabled | (inherited from WebControl) | |
EnableTheming | (inherited from WebControl) | |
EnableViewState | (inherited from Control) | |
ExternalCssRelativePaths | An array of strings that represents relative .css file paths in the defined WebParts assembly resources directory. (inherited from ParameterizableControl) | |
Font | (inherited from WebControl) | |
ForeColor | (inherited from WebControl) | |
HasAttributes | (inherited from WebControl) | |
Height | (inherited from WebControl) | |
ID | (inherited from Control) | |
NamingContainer | (inherited from Control) | |
NavigateContext | Stores state information for when a view has navigated from the initial view. A view can override the setting of this property to take specific action. (inherited from ParameterizableControl) | |
Page | (inherited from Control) | |
ParameterMessageIndex | The index of ParameterMessage instances, keyed by MappingId. (inherited from ParameterizableControl) | |
Parameters | The parameters passed to the control being rendered, an array of ParameterMessage. (inherited from ParameterizableControl) | |
ParameterValuesIndex | This contains a dictionary of DataTable instances, keyed by MappingId, containing the GetParameterDisplayData result for each item in the ParameterMessageIndex. (inherited from ParameterizableControl) | |
Parent | (inherited from Control) | |
ProxyId | The name of the proxy javascript variable, an instance of the ParameterizableControlProxy javascript class. (inherited from ParameterizableControl) | |
ResourcePath | The URL path to resources. (inherited from ParameterizableControl) | |
ScriptDependencies | An array of string that represents relative .js file paths in the defined WebParts assembly resources directory. (inherited from ParameterizableControl) | |
Site | (inherited from Control) | |
SkinID | (inherited from WebControl) | |
Style | (inherited from WebControl) | |
TabIndex | (inherited from WebControl) | |
TargetControlId | The ID of the div element to receive the HTML. (inherited from ParameterizableControl) | |
TemplateControl | (inherited from Control) | |
TemplateSourceDirectory | (inherited from Control) | |
ToolTip | (inherited from WebControl) | |
UniqueID | (inherited from Control) | |
Visible | (inherited from Control) | |
Width | (inherited from WebControl) |
Top
Protected Properties
Name | Description | |
---|---|---|
Adapter | (inherited from Control) | |
ChildControlsCreated | (inherited from Control) | |
ClientIDSeparator | (inherited from Control) | |
Context | (inherited from Control) | |
DesignMode | (inherited from Control) | |
Events | (inherited from Control) | |
HasChildViewState | (inherited from Control) | |
IdSeparator | (inherited from Control) | |
IsChildControlStateCleared | (inherited from Control) | |
IsEnabled | (inherited from WebControl) | |
IsTrackingViewState | (inherited from Control) | |
IsViewStateEnabled | (inherited from Control) | |
LoadViewStateByID | (inherited from Control) | |
TagKey | (inherited from WebControl) | |
TagName | (inherited from WebControl) | |
ViewState | (inherited from Control) | |
ViewStateIgnoresCase | (inherited from Control) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
ApplyStyle | (inherited from WebControl) | |
ApplyStyleSheetSkin | (inherited from Control) | |
CopyBaseAttributes | (inherited from WebControl) | |
DataBind | Overloaded. (inherited from Control) | |
Dispose | (inherited from Control) | |
Equals | Overloaded. (inherited from Object) | |
FindControl | Overloaded. (inherited from Control) | |
Focus | (inherited from Control) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
HasControls | (inherited from Control) | |
MergeStyle | (inherited from WebControl) | |
ReferenceEquals | (inherited from Object) | |
Refresh | Causes all of the child controls to be recreated. | |
RenderBeginTag | (inherited from WebControl) | |
RenderControl | Overloaded. (inherited from Control) | |
RenderEndTag | (inherited from WebControl) | |
ResolveClientUrl | (inherited from Control) | |
ResolveUrl | (inherited from Control) | |
SetData | (inherited from ParameterizableControl) | |
SetRenderMethodDelegate | (inherited from Control) | |
ToString | (inherited from Object) |
Top
Protected Methods
Top
Public Events
Name | Description | |
---|---|---|
DataBinding | (inherited from Control) | |
Disposed | (inherited from Control) | |
Init | (inherited from Control) | |
Load | (inherited from Control) | |
PreRender | (inherited from Control) | |
Unload | (inherited from Control) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Web.UI.IAttributeAccessor.GetAttribute | (inherited from WebControl) | |
System.Web.UI.IAttributeAccessor.SetAttribute | (inherited from WebControl) | |
System.Web.UI.IControlDesignerAccessor.GetDesignModeState | (inherited from Control) | |
System.Web.UI.IControlDesignerAccessor.SetDesignModeState | (inherited from Control) | |
System.Web.UI.IControlDesignerAccessor.SetOwnerControl | (inherited from Control) | |
System.Web.UI.IParserAccessor.AddParsedSubObject | (inherited from Control) | |
System.Web.UI.IControlBuilderAccessor.ControlBuilder | (inherited from Control) | |
System.Web.UI.IControlDesignerAccessor.UserData | (inherited from Control) | |
System.Web.UI.IDataBindingsAccessor.DataBindings | (inherited from Control) | |
System.Web.UI.IDataBindingsAccessor.HasDataBindings | (inherited from Control) | |
System.Web.UI.IExpressionsAccessor.Expressions | (inherited from Control) | |
System.Web.UI.IExpressionsAccessor.HasExpressions | (inherited from Control) |
Top
See Also
Reference
CustomReportViewControlBase Class
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace