ReportAction Class

 

Updated: May 24, 2016

Represents a report action.

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

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

[GuidAttribute("3EE90591-A750-42df-92FE-4A3C4E3B011A")]
public ref class ReportAction sealed : Action

NameDescription
System_CAPS_pubmethodReportAction()

Initializes a new instance of the ReportAction class.

System_CAPS_pubmethodReportAction(String^, String^)

Initializes a new instance of the ReportAction class.

NameDescription
System_CAPS_pubpropertyAnnotations

Gets a collection within which you can store custom data.(Inherited from ModelComponent.)

System_CAPS_pubpropertyApplication

Gets or sets a String that contains the application associated with the Action.(Inherited from Action.)

System_CAPS_pubpropertyCaption

Gets or sets the caption that is displayed for the Action.(Inherited from Action.)

System_CAPS_pubpropertyCaptionIsMdx

Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression.(Inherited from Action.)

System_CAPS_pubpropertyCondition

Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target.(Inherited from Action.)

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyDescription

Gets or sets the description of the component.(Inherited from NamedComponent.)

System_CAPS_protpropertyFriendlyName

Returns a user-friendly name.(Inherited from NamedComponent.)

System_CAPS_pubpropertyID

Gets or sets the identifier of the component.(Inherited from NamedComponent.)

System_CAPS_pubpropertyInvocation

Gets or sets the means by which an action is invoked.(Inherited from Action.)

System_CAPS_protpropertyKeyForCollection

Returns the key used in collections.(Inherited from NamedComponent.)

System_CAPS_pubpropertyName

Gets or sets the name of the component.(Inherited from NamedComponent.)

System_CAPS_pubpropertyOwningCollection

Gets or sets the collection that contains the ModelComponent.(Inherited from ModelComponent.)

System_CAPS_pubpropertyParent

Gets the Cube object that is the parent of the Action object.(Inherited from Action.)

System_CAPS_pubpropertyParentDatabase

Gets the ParentDatabase object that is the parent of the Action object's Cube object.(Inherited from Action.)

System_CAPS_pubpropertyParentServer

Gets the Server object that is the parent of the Action object.(Inherited from Action.)

System_CAPS_pubpropertyPath

Gets or sets the path of the report action.

System_CAPS_pubpropertyReportFormatParameters

Gets a collection of report format parameters.

System_CAPS_pubpropertyReportParameters

Gets a collection of report action parameters.

System_CAPS_pubpropertyReportServer

Gets or sets the report action server.

System_CAPS_pubpropertySite

Gets or sets the site of the component.(Inherited from NamedComponent.)

System_CAPS_pubpropertySiteID

Gets or sets the identifier for the site associated with the component.(Inherited from NamedComponent.)

System_CAPS_pubpropertyTarget

Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.(Inherited from Action.)

System_CAPS_pubpropertyTargetType

Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.(Inherited from Action.)

System_CAPS_pubpropertyTranslations

Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression.(Inherited from Action.)

System_CAPS_pubpropertyType

Gets or sets a type representing a form of the action.(Inherited from Action.)

NameDescription
System_CAPS_protmethodAddToContainer(IContainer^)

Adds a ModelComponent object to the specified container.(Inherited from ModelComponent.)

System_CAPS_protmethodAfterInsert(Int32)

Displays a ModelComponent object after added to the specified index.(Inherited from ModelComponent.)

System_CAPS_protmethodAfterMove(Int32, Int32)

Displays a ModelComponent object after moving to the specified index.(Inherited from ModelComponent.)

System_CAPS_protmethodAfterRemove(ModelComponentCollection^)

Displays a ModelComponentCollection after a ModelComponent object is removed.(Inherited from ModelComponent.)

System_CAPS_protmethodBeforeRemove(Boolean)

Removes the ModelComponent object before the cleanup.(Inherited from ModelComponent.)

System_CAPS_pubmethodClone()

Returns a clone of the object.(Overrides Action::Clone().)

System_CAPS_pubmethodCopyTo(ReportAction^)

Copies the content of this object to another object (the destination).

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodRemoveFromContainer(IContainer^)

Removes a ModelComponent object from the specified container.(Inherited from ModelComponent.)

System_CAPS_pubmethodSubmit()

Submits a ModelComponent object.(Inherited from ModelComponent.)

System_CAPS_pubmethodSubmit(Boolean)

Submits a ModelComponent object.(Inherited from ModelComponent.)

System_CAPS_pubmethodToString()

Returns a string containing the name of the component.(Inherited from NamedComponent.)

System_CAPS_pubmethodValidate(ValidationErrorCollection^)

Validates the element to which it is appended; returns any errors encountered in a collection.(Inherited from ModelComponent.)

System_CAPS_pubmethodValidate(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.(Inherited from ModelComponent.)

System_CAPS_pubmethodValidate(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.(Inherited from Action.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates and returns a new object that is a copy of the current instance of the Action object.(Inherited from Action.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIFormattable::ToString(String^, IFormatProvider^)

Formats the value of the current instance using the specified format.(Inherited from NamedComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIHostableComponent::Host

(Inherited from ModelComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIModelComponent::FriendlyPath

(Inherited from ModelComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIModelComponent::OwningCollection

(Inherited from ModelComponent.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: