Freigeben über


ReportAction-Klasse

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'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.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportAction() () () ()
Öffentliche Methode ReportAction(String, String)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Annotations Gets a collection within which you can store custom data. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Application Gets or sets a String that contains the application associated with the Action. (Geerbt von Action.)
Geschützte Eigenschaft CanRaiseEvents (Geerbt von Component.)
Öffentliche Eigenschaft Caption Gets or sets the caption that is displayed for the Action. (Geerbt von Action.)
Öffentliche Eigenschaft CaptionIsMdx Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. (Geerbt von Action.)
Öffentliche Eigenschaft Condition Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. (Geerbt von Action.)
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft Description (Geerbt von NamedComponent.)
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Geschützte Eigenschaft Events (Geerbt von Component.)
Geschützte Eigenschaft FriendlyName (Geerbt von NamedComponent.)
Öffentliche Eigenschaft ID (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Invocation Gets or sets the means by which an action is invoked. (Geerbt von Action.)
Geschützte Eigenschaft KeyForCollection (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Name (Geerbt von NamedComponent.)
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Gets the Cube object that is the parent of the Action object. (Geerbt von Action.)
Öffentliche Eigenschaft ParentDatabase Gets the ParentDatabase object that is the parent of the Action object's Cube object. (Geerbt von Action.)
Öffentliche Eigenschaft ParentServer Gets the Server object that is the parent of the Action object. (Geerbt von Action.)
Öffentliche Eigenschaft Path
Öffentliche Eigenschaft ReportFormatParameters
Öffentliche Eigenschaft ReportParameters
Öffentliche Eigenschaft ReportServer
Öffentliche Eigenschaft Site (Geerbt von NamedComponent.)
Öffentliche Eigenschaft SiteID (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Target Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Geerbt von Action.)
Öffentliche Eigenschaft TargetType Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Geerbt von Action.)
Öffentliche Eigenschaft Translations Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. (Geerbt von Action.)
Öffentliche Eigenschaft Type Gets or sets a type representing a form of the action. (Geerbt von Action.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode BeforeRemove Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Clone (Überschreibt Action. . :: . .Clone() () () ().)
Geschützte Methode CopyTo(Action) Copies an Action object to the specified object. (Geerbt von Action.)
Geschützte Methode CopyTo(ModelComponent) Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode CopyTo(NamedComponent) (Geerbt von NamedComponent.)
Öffentliche Methode CopyTo(ReportAction)
Öffentliche Methode CreateObjRef (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose() () () () (Geerbt von Component.)
Geschützte Methode Dispose(Boolean) (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Component.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode GetService (Geerbt von Component.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode MemberwiseClone() () () () (Geerbt von Object.)
Geschützte Methode MemberwiseClone(Boolean) (Geerbt von MarshalByRefObject.)
Geschützte Methode RemoveFromContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode Reset (Geerbt von NamedComponent.)
Öffentliche Methode Submit() () () () Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode ToString (Geerbt von NamedComponent.)
Öffentliche Methode Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.)
Öffentliche Methode 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.)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean, ServerEdition) (Geerbt von Action.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable. . :: . .Clone (Geerbt von Action.)
Explizite SchnittstellenimplementierungPrivate Methode IFormattable. . :: . .ToString (Geerbt von NamedComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IHostableComponent. . :: . .Host (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent. . :: . .FriendlyPath (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent. . :: . .OwningCollection (Geerbt von ModelComponent.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.