This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SSRS.
Summary
Finds a catalog item within the SSRS folder structure
- Assembly
- Cake
.SSRS .dll - Namespace
- Cake
.SSRS - Containing Type
- SsrsAliases
Syntax
public static CatalogItem SsrsFindItem(this ICakeContext context, FindItemRequest request, Action<SsrsConnectionSettings> settingsConfigurator)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | Cake Context |
| request | FindItemRequest | Find ItemRequest Parameters. |
| settingsConfigurator | Action |
SSRS Settings Action |
Return Value
| Type | Description |
|---|---|
| CatalogItem | Catalog Item |
