IDataManager::p ut_Rules 方法 (pla.h)
擷取或設定要套用至報表的規則。
這是可讀寫的屬性。
語法
HRESULT put_Rules(
BSTR bstrXml
);
參數
bstrXml
傳回值
無
備註
規則會在產生報表之後修改報表的內容。 若要指定 TraceRpt 產生的內容,請參閱 IDataManager::ReportSchema。
下列架構會定義您可以指定的規則。 Rules 元素是根節點。 您可以指定一或多個 Group 元素,而每個 Group 元素可以包含一或多個 Rule 元素。 Help 元素是選擇性的使用者定義元素。 Step 元素會定義一組條件,以及符合條件時所採取的相關聯動作。
<Rules>
<Include name="" fatal="true|false"/>
<Group name="" enabled="true|false">
<Rule name="" enabled="true|false">
<Help/>
<Step/>
</Rule>
</Group>
</Rules>
<Step select="" fatal="true|false" sortType="first|max|min" sortValue="" sortDataType="">
<UserInput/>
<Exists>
<When/>
<Otherwise/>
</Exists>
<Otherwise/>
</Step>
<UserInput name="" expression="">
<Description/>
</UserInput>
<When expression="" matchRE="">
<Action/>
</When>
...
<Otherwise>
<Action/>
</Otherwise>
<Variable name="" expression="">
</Variable>
<Warning name="">
</Warning>
<Notify type="" code="" severity="" title="">
</Notify>
<Insert select="">
<Attribute name="" value=""/>
<Node axis=""/>
</Insert>
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | pla.h |
Dll | Pla.dll |