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 Shared DataSet (.rsd) to the folder specified
Syntax
public static CatalogItem SsrsUploadDataSet(this ICakeContext context, FilePath filePath, string folderPath, SsrsConnectionSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Cake Contex |
filePath |
FilePath |
The filePath to rds file to upload |
folderPath |
string |
The relative path to the SSRS to deploy the report to. |
settings |
SsrsConnectionSettings |
Connection Settings |
Return Value
See Also