ReportAction 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示報表動作。 此類別無法獲得繼承。
[System.Runtime.InteropServices.Guid("3EE90591-A750-42df-92FE-4A3C4E3B011A")]
public sealed class ReportAction : Microsoft.AnalysisServices.Action
[<System.Runtime.InteropServices.Guid("3EE90591-A750-42df-92FE-4A3C4E3B011A")>]
type ReportAction = class
inherit Action
Public NotInheritable Class ReportAction
Inherits Action
- 繼承
- 屬性
建構函式
ReportAction() |
使用預設值,初始化 ReportAction 類別的新執行個體。 |
ReportAction(String, String) |
使用指定的名稱和識別碼,初始化 ReportAction 的新執行個體。 |
欄位
MaxIDLength |
指定識別碼的最大長度。 (繼承來源 NamedComponent) |
MaxNameLength |
指定名稱的最大長度。 (繼承來源 NamedComponent) |
屬性
Annotations |
取得可在其中儲存自訂資料的集合。 (繼承來源 ModelComponent) |
Application |
取得或設定字串,其中包含與動作建立關聯的應用程式。 (繼承來源 Action) |
Caption |
取得或設定動作顯示的標題。 (繼承來源 Action) |
CaptionIsMdx |
取得或設定值,這個值表示標題是否為多維度運算式 (MDX) 運算式。 (繼承來源 Action) |
Condition |
取得或設定多維度運算式 (MDX) 運算式,此運算式會決定是否將父代屬性套用至目標。 (繼承來源 Action) |
Description |
取得或設定元件的描述。 (繼承來源 NamedComponent) |
FriendlyName |
取得元件的使用者易記名稱。 (繼承來源 NamedComponent) |
ID |
取得或設定元件的識別碼。 (繼承來源 NamedComponent) |
Invocation |
取得或設定叫用動作所依據的方法。 (繼承來源 Action) |
KeyForCollection |
取得集合中使用的索引鍵。 (繼承來源 NamedComponent) |
Name |
取得或設定元件的名稱。 (繼承來源 NamedComponent) |
OwningCollection |
取得或設定包含 ModelComponent 的集合。 (繼承來源 ModelComponent) |
Parent | (繼承來源 Action) |
ParentDatabase | (繼承來源 Action) |
ParentServer | (繼承來源 Action) |
Path |
取得或設定報表動作的路徑。 |
ReportFormatParameters |
取得報表格式參數的集合。 |
ReportParameters |
取得動作的報表參數的集合。 |
ReportServer |
取得或設定與動作建立關聯的報表伺服器。 |
Site |
取得或設定與元件建立關聯的網站。 (繼承來源 NamedComponent) |
SiteID |
取得或設定與元件相關聯之網站的識別碼。 (繼承來源 NamedComponent) |
Target |
取得或設定與動作相關聯的 Cube、維度、屬性、階層或層級。 (繼承來源 Action) |
TargetType |
取得或設定與動作建立關聯的物件類型 (Cube、維度、屬性、階層或層級)。 (繼承來源 Action) |
Translations |
取得標題的翻譯,這可能是多維度運算式 (MDX) 運算式。 (繼承來源 Action) |
Type |
取得或設定代表動作形式的類型。 (繼承來源 Action) |
方法
AddToContainer(IContainer) |
將 ModelComponent 物件新增至指定的容器。 (繼承來源 ModelComponent) |
AfterInsert(Int32) |
新增到指定的索引位置之後顯示 ModelComponent 物件。 (繼承來源 ModelComponent) |
AfterMove(Int32, Int32) |
移動到指定的索引之後顯示 ModelComponent 物件。 (繼承來源 ModelComponent) |
AfterRemove(ModelComponentCollection) |
在移除 ModelComponent 物件後顯示 ModelComponentCollection。 (繼承來源 ModelComponent) |
BeforeRemove(Boolean) |
在清除之前移除 ModelComponent 物件。 (繼承來源 ModelComponent) |
Clone() |
傳回物件的複製。 |
CopyTo(Action) |
將此物件的內容複製到另一個物件 (目的地)。 (繼承來源 Action) |
CopyTo(ModelComponent) |
將 ModelComponent 物件複製到指定的物件。 (繼承來源 ModelComponent) |
CopyTo(NamedComponent) |
將 NamedComponent 物件複製到指定的物件。 (繼承來源 NamedComponent) |
CopyTo(ReportAction) |
將此物件的內容複製到另一個物件 (目的地)。 |
RemoveFromContainer(IContainer) |
將 ModelComponent 物件從指定的容器中移除。 (繼承來源 ModelComponent) |
Reset() |
將元件重設為其初始狀態。 (繼承來源 NamedComponent) |
Submit() |
提交 ModelComponent 物件。 (繼承來源 ModelComponent) |
Submit(Boolean) |
提交 ModelComponent 物件。 (繼承來源 ModelComponent) |
ToString() |
傳回字串。字串表示目前的具名元件。 (繼承來源 NamedComponent) |
Validate(ValidationErrorCollection) |
驗證它附加至的元素;傳回集合中遇到的任何錯誤。 (繼承來源 ModelComponent) |
Validate(ValidationErrorCollection, Boolean) |
驗證它附加至的元素;傳回集合中遇到的任何錯誤。 也包含可傳回詳細錯誤的參數。 (繼承來源 ModelComponent) |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
驗證它附加至的元素;在集合中傳回發生的任何錯誤。 也包含可傳回詳細錯誤的參數。 (繼承來源 Action) |
明確介面實作
ICloneable.Clone() |
表示報表動作。 此類別無法獲得繼承。 (繼承來源 Action) |
IFormattable.ToString(String, IFormatProvider) |
表示報表動作。 此類別無法獲得繼承。 (繼承來源 NamedComponent) |
IHostableComponent.Host |
表示報表動作。 此類別無法獲得繼承。 (繼承來源 ModelComponent) |
IModelComponent.FriendlyPath |
表示報表動作。 此類別無法獲得繼承。 (繼承來源 ModelComponent) |
IModelComponent.OwningCollection |
表示報表動作。 此類別無法獲得繼承。 (繼承來源 ModelComponent) |