SsrsAliases.

SsrsUploadDataSet(ICakeContext, FilePath, string, Action<SsrsConnectionSettings>) Method

Summary

Uploads an SSRS Shared DataSet (.rsd) to the folder specified
Assembly
Cake.SSRS.dll
Namespace
Cake.SSRS
Containing Type
SsrsAliases

Syntax

public static CatalogItem SsrsUploadDataSet(this ICakeContext context, FilePath filePath, string folderPath, Action<SsrsConnectionSettings> settingsConfigurator)

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.
settingsConfigurator Action<SsrsConnectionSettings> Connection Settings Configurator

Return Value

Type Description
CatalogItem Catalog Item

See Also