Condividi tramite


Classe ReportAction

Represents a report action.

Gerarchia di ereditarietà

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.Action
            Microsoft.AnalysisServices.ReportAction

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("3EE90591-A750-42df-92FE-4A3C4E3B011A")> _
Public NotInheritable Class ReportAction _
    Inherits Action
'Utilizzo
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

Nel tipo ReportAction sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReportAction() Initializes a new instance of the ReportAction class.
Metodo pubblico ReportAction(String, String) Initializes a new instance of the ReportAction class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà pubblica Application Gets or sets a String that contains the application associated with the Action. Ereditato da Action.
Proprietà pubblica Caption Gets or sets the caption that is displayed for the Action. Ereditato da Action.
Proprietà pubblica CaptionIsMdx Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. Ereditato da Action.
Proprietà pubblica Condition Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. Ereditato da Action.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica Description Gets or sets the description of the component. Ereditato da NamedComponent.
Proprietà protetta FriendlyName Returns a user-friendly name. Ereditato da NamedComponent.
Proprietà pubblica ID Gets or sets the identifier of the component. Ereditato da NamedComponent.
Proprietà pubblica Invocation Gets or sets the means by which an action is invoked. Ereditato da Action.
Proprietà protetta KeyForCollection Returns the key used in collections. Ereditato da NamedComponent.
Proprietà pubblica Name Gets or sets the name of the component. Ereditato da NamedComponent.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Gets the Cube object that is the parent of the Action object. Ereditato da Action.
Proprietà pubblica ParentDatabase Gets the ParentDatabase object that is the parent of the Action object's Cube object. Ereditato da Action.
Proprietà pubblica ParentServer Gets the Server object that is the parent of the Action object. Ereditato da Action.
Proprietà pubblica Path Gets or sets the path of the report action.
Proprietà pubblica ReportFormatParameters Gets a collection of report format parameters.
Proprietà pubblica ReportParameters Gets a collection of report action parameters.
Proprietà pubblica ReportServer Gets or sets the report action server.
Proprietà pubblica Site Infrastruttura. Gets or sets the site of the component. Ereditato da NamedComponent.
Proprietà pubblica SiteID Infrastruttura. Gets or sets the identifier for the site associated with the component. Ereditato da NamedComponent.
Proprietà pubblica Target Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. Ereditato da Action.
Proprietà pubblica TargetType Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. Ereditato da Action.
Proprietà pubblica Translations Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. Ereditato da Action.
Proprietà pubblica Type Gets or sets a type representing a form of the action. Ereditato da Action.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent.
Metodo pubblico Clone Returns a clone of the object. Esegue l'override di Action.Clone().
Metodo pubblico CopyTo Copies the content of this object to another object (the destination).
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent.
Metodo pubblico Submit() Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico ToString Returns a string containing the name of the component. Ereditato da NamedComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico 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. Ereditato da ModelComponent.
Metodo pubblico 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. Ereditato da Action.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates and returns a new object that is a copy of the current instance of the Action object. Ereditato da Action.
Implementazione esplicita dell'interfacciaMetodo privato IFormattable.ToString Formats the value of the current instance using the specified format. Ereditato da NamedComponent.
Implementazione esplicita dell'interfacciaProprietà privata IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.OwningCollection Gets or sets the collection that owns the current object. Ereditato da ModelComponent.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices