SsrsAliases.

SsrsUploadDataSource(ICakeContext, FilePath, string, IDictionary<string, string>, Action<SsrsConnectionSettings>) Method

Summary

Uploads an SSRS DataSource (.rds) to the folder specified
Assembly
Cake.SSRS.dll
Namespace
Cake.SSRS
Containing Type
SsrsAliases

Syntax

public static CatalogItem SsrsUploadDataSource(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 rds 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

Type Description
CatalogItem Catalog Item

See Also