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
Uploads an SSRS Report (.rdl) to the folder specified for the given globber pattern
Syntax
public static IEnumerable<CatalogItem> SsrsUploadReport(this ICakeContext context, string pattern, string folderPath, IDictionary<string, string> properties, SsrsConnectionSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Cake Contex |
pattern |
string |
The filePath to rdl file to upload |
folderPath |
string |
The relative path to the SSRS to deploy the report to. |
properties |
IDictionary<string, string> |
A collection of properties to apply to the report |
settings |
SsrsConnectionSettings |
Connection Settings |
Return Value
Type |
Description |
IEnumerable<CatalogItem> |
Collection Catalog Items |
See Also