CatalogItem.Type Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il tipo di un elemento nel database del server di report. Di sola lettura.
public:
property ReportService2005::ItemTypeEnum Type { ReportService2005::ItemTypeEnum get(); void set(ReportService2005::ItemTypeEnum value); };
public ReportService2005.ItemTypeEnum Type { get; set; }
member this.Type : ReportService2005.ItemTypeEnum with get, set
Public Property Type As ItemTypeEnum
Valore della proprietà
Valore ItemTypeEnum che specifica il tipo di un elemento nel database del server di report.
Commenti
Nella tabella seguente sono elencati i vari tipi di elementi.
| Tipo elemento | Descrizione |
|---|---|
| Sconosciuto | Elemento nel database del server di report che non è associato ad alcun tipo noto. |
| Cartella | Una cartella nel database del server di report. |
| Report | Un report nel database del server di report. |
| Resource | Risorsa nel database del server di report. |
| LinkedReport | Un report collegato nel database del server di report. |
| Modello | Modello nel database del server di report. |
| DataSource | Un'origine dati nel database del server di report. |