SsrsAliases.

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

Summary

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

Syntax

public static IEnumerable<CatalogItem> SsrsUploadDataSource(this ICakeContext context, string pattern, string folderPath, Action<SsrsConnectionSettings> settingsConfigurator)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext Cake Contex
pattern string 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
IEnumerable<CatalogItem> Collection Catalog Items

See Also