ReportAction-Klasse
Represents a report action.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.Action
Microsoft.AnalysisServices.ReportAction
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Declaration
<GuidAttribute("3EE90591-A750-42df-92FE-4A3C4E3B011A")> _
Public NotInheritable Class ReportAction _
Inherits Action
'Usage
Dim instance As ReportAction
[GuidAttribute("3EE90591-A750-42df-92FE-4A3C4E3B011A")]
public sealed class ReportAction : Action
[GuidAttribute(L"3EE90591-A750-42df-92FE-4A3C4E3B011A")]
public ref class ReportAction sealed : public Action
[<SealedAttribute>]
[<GuidAttribute("3EE90591-A750-42df-92FE-4A3C4E3B011A")>]
type ReportAction =
class
inherit Action
end
public final class ReportAction extends Action
Der ReportAction-Typ macht folgende Elemente verfügbar.
Name | Beschreibung | |
---|---|---|
![]() |
ReportAction() | Initializes a new instance of the ReportAction class. |
![]() |
ReportAction(String, String) | Initializes a new instance of the ReportAction class. |
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() |
Annotations | Gets a collection within which you can store custom data. (Geerbt von ModelComponent.) |
![]() |
Application | Gets or sets a String that contains the application associated with the Action. (Geerbt von Action.) |
![]() |
Caption | Gets or sets the caption that is displayed for the Action. (Geerbt von Action.) |
![]() |
CaptionIsMdx | Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. (Geerbt von Action.) |
![]() |
Condition | Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. (Geerbt von Action.) |
![]() |
Container | (Geerbt von Component.) |
![]() |
Description | Gets or sets the description of the component. (Geerbt von NamedComponent.) |
![]() |
FriendlyName | Returns a user-friendly name. (Geerbt von NamedComponent.) |
![]() |
ID | Gets or sets the identifier of the component. (Geerbt von NamedComponent.) |
![]() |
Invocation | Gets or sets the means by which an action is invoked. (Geerbt von Action.) |
![]() |
KeyForCollection | Returns the key used in collections. (Geerbt von NamedComponent.) |
![]() |
Name | Gets or sets the name of the component. (Geerbt von NamedComponent.) |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.) |
![]() |
Parent | Gets the Cube object that is the parent of the Action object. (Geerbt von Action.) |
![]() |
ParentDatabase | Gets the ParentDatabase object that is the parent of the Action object's Cube object. (Geerbt von Action.) |
![]() |
ParentServer | Gets the Server object that is the parent of the Action object. (Geerbt von Action.) |
![]() |
Path | Gets or sets the path of the report action. |
![]() |
ReportFormatParameters | Gets a collection of report format parameters. |
![]() |
ReportParameters | Gets a collection of report action parameters. |
![]() |
ReportServer | Gets or sets the report action server. |
![]() |
Site | Infrastruktur Gets or sets the site of the component. (Geerbt von NamedComponent.) |
![]() |
SiteID | Infrastruktur Gets or sets the identifier for the site associated with the component. (Geerbt von NamedComponent.) |
![]() |
Target | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Geerbt von Action.) |
![]() |
TargetType | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Geerbt von Action.) |
![]() |
Translations | Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. (Geerbt von Action.) |
![]() |
Type | Gets or sets a type representing a form of the action. (Geerbt von Action.) |
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() |
AddToContainer | Infrastruktur Adds a ModelComponent object to the specified container. (Geerbt von ModelComponent.) |
![]() |
AfterInsert | Infrastruktur Displays a ModelComponent object after added to the specified index. (Geerbt von ModelComponent.) |
![]() |
AfterMove | Infrastruktur Displays a ModelComponent object after moving to the specified index. (Geerbt von ModelComponent.) |
![]() |
AfterRemove | Infrastruktur Displays a ModelComponentCollection after a ModelComponent object is removed. (Geerbt von ModelComponent.) |
![]() |
BeforeRemove | Infrastruktur Removes the ModelComponent object before the cleanup. (Geerbt von ModelComponent.) |
![]() |
Clone | Returns a clone of the object. (Überschreibt Action.Clone().) |
![]() |
CopyTo | Copies the content of this object to another object (the destination). |
![]() |
CreateObjRef | Sicherheitskritisch (Geerbt von MarshalByRefObject.) |
![]() |
Dispose | (Geerbt von Component.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
InitializeLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) |
![]() |
RemoveFromContainer | Infrastruktur Removes a ModelComponent object from the specified container. (Geerbt von ModelComponent.) |
![]() |
Submit() | Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.) |
![]() |
Submit(Boolean) | Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.) |
![]() |
ToString | Returns a string containing the name of the component. (Geerbt von NamedComponent.) |
![]() |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.) |
![]() |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Geerbt von ModelComponent.) |
![]() |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. (Geerbt von Action.) |
Zum Anfang
Zum Anfang
Name | Beschreibung | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of the Action object. (Geerbt von Action.) |
![]() ![]() |
IFormattable.ToString | Formats the value of the current instance using the specified format. (Geerbt von NamedComponent.) |
![]() ![]() |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Geerbt von ModelComponent.) |
![]() ![]() |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Geerbt von ModelComponent.) |
![]() ![]() |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (Geerbt von ModelComponent.) |
Zum Anfang
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.