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
Syntax
public static CatalogItem SsrsUploadReport(this ICakeContext context, FilePath filePath, string folderPath, IDictionary<string, string> properties, Action<SsrsConnectionSettings> settingsConfigurator)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Cake Contex |
filePath |
FilePath |
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 |
settingsConfigurator |
Action<SsrsConnectionSettings> |
Connection Settings Configurator |
Return Value
See Also