SsrsAliases Class

Summary

SQL Server Reporting Services (SSRS) related cake aliases.

Assembly
Cake.SSRS.dll
Namespace
Cake.SSRS
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SsrsAliases"] class Type type-node

Syntax

public static class SsrsAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
SsrsCreateFolder(ICakeContext, string, string, Action<SsrsConnectionSettings>) CatalogItem
Creates a new Folder in SSRS if it does not exist
static
SsrsCreateFolder(ICakeContext, string, string, SsrsConnectionSettings) CatalogItem
Creates a new Folder in SSRS if it does not exist
static
SsrsFindItem(ICakeContext, FindItemRequest, Action<SsrsConnectionSettings>) CatalogItem
Finds a catalog item within the SSRS folder structure
static
SsrsFindItem(ICakeContext, FindItemRequest, SsrsConnectionSettings) CatalogItem
Finds a catalog item within the SSRS folder structure
static
SsrsUploadDataSet(ICakeContext, FilePath, string, Action<SsrsConnectionSettings>) CatalogItem
Uploads an SSRS Shared DataSet (.rsd) to the folder specified
static
SsrsUploadDataSet(ICakeContext, FilePath, string, IDictionary<string, string>, Action<SsrsConnectionSettings>) CatalogItem
Uploads an SSRS Shared DataSet (.rsd) to the folder specified
static
SsrsUploadDataSet(ICakeContext, FilePath, string, IDictionary<string, string>, SsrsConnectionSettings) CatalogItem
Uploads an SSRS Shared DataSet (.rsd) to the folder specified
static
SsrsUploadDataSet(ICakeContext, FilePath, string, SsrsConnectionSettings) CatalogItem
Uploads an SSRS Shared DataSet (.rsd) to the folder specified
static
SsrsUploadDataSet(ICakeContext, string, string, Action<SsrsConnectionSettings>) IEnumerable<CatalogItem>
Uploads an SSRS Shared DataSet (.rsd) to the folder specified for the given globber pattern
static
SsrsUploadDataSet(ICakeContext, string, string, IDictionary<string, string>, Action<SsrsConnectionSettings>) IEnumerable<CatalogItem>
Uploads an SSRS Shared DataSet (.rsd) to the folder specified for the given globber pattern
static
SsrsUploadDataSet(ICakeContext, string, string, IDictionary<string, string>, SsrsConnectionSettings) IEnumerable<CatalogItem>
Uploads an SSRS Shared DataSet (.rsd) to the folder specified for the given globber pattern
static
SsrsUploadDataSet(ICakeContext, string, string, SsrsConnectionSettings) IEnumerable<CatalogItem>
Uploads an SSRS Shared DataSet (.rsd) to the folder specified for the given globber pattern
static
SsrsUploadDataSource(ICakeContext, FilePath, string, Action<SsrsConnectionSettings>) CatalogItem
Uploads an SSRS DataSource (.rds) to the folder specified
static
SsrsUploadDataSource(ICakeContext, FilePath, string, IDictionary<string, string>, Action<SsrsConnectionSettings>) CatalogItem
Uploads an SSRS DataSource (.rds) to the folder specified
static
SsrsUploadDataSource(ICakeContext, FilePath, string, IDictionary<string, string>, SsrsConnectionSettings) CatalogItem
Uploads an SSRS DataSource (.rds) to the folder specified
static
SsrsUploadDataSource(ICakeContext, FilePath, string, SsrsConnectionSettings) CatalogItem
Uploads an SSRS DataSource (.rds) to the folder specified
static
SsrsUploadDataSource(ICakeContext, string, string, Action<SsrsConnectionSettings>) IEnumerable<CatalogItem>
Uploads an SSRS DataSource (.rds) to the folder specified for the given globber pattern
static
SsrsUploadDataSource(ICakeContext, string, string, IDictionary<string, string>, Action<SsrsConnectionSettings>) IEnumerable<CatalogItem>
Uploads an SSRS DataSource (.rds) to the folder specified for the given globber pattern
static
SsrsUploadDataSource(ICakeContext, string, string, IDictionary<string, string>, SsrsConnectionSettings) IEnumerable<CatalogItem>
Uploads an SSRS DataSource (.rds) to the folder specified for the given globber pattern
static
SsrsUploadDataSource(ICakeContext, string, string, SsrsConnectionSettings) IEnumerable<CatalogItem>
Uploads an SSRS DataSource (.rds) to the folder specified for the given globber pattern
static
SsrsUploadReport(ICakeContext, FilePath, string, Action<SsrsConnectionSettings>) CatalogItem
Uploads an SSRS Report (.rdl) to the folder specified
static
SsrsUploadReport(ICakeContext, FilePath, string, IDictionary<string, string>, Action<SsrsConnectionSettings>) CatalogItem
Uploads an SSRS Report (.rdl) to the folder specified
static
SsrsUploadReport(ICakeContext, FilePath, string, IDictionary<string, string>, SsrsConnectionSettings) CatalogItem
Uploads an SSRS Report (.rdl) to the folder specified
static
SsrsUploadReport(ICakeContext, FilePath, string, SsrsConnectionSettings) CatalogItem
Uploads an SSRS Report (.rdl) to the folder specified
static
SsrsUploadReport(ICakeContext, string, string, Action<SsrsConnectionSettings>) IEnumerable<CatalogItem>
Uploads an SSRS Report (.rdl) to the folder specified for the given globber pattern
static
SsrsUploadReport(ICakeContext, string, string, IDictionary<string, string>, Action<SsrsConnectionSettings>) IEnumerable<CatalogItem>
Uploads an SSRS Report (.rdl) to the folder specified for the given globber pattern
static
SsrsUploadReport(ICakeContext, string, string, IDictionary<string, string>, SsrsConnectionSettings) IEnumerable<CatalogItem>
Uploads an SSRS Report (.rdl) to the folder specified for the given globber pattern
static
SsrsUploadReport(ICakeContext, string, string, SsrsConnectionSettings) IEnumerable<CatalogItem>
Uploads an SSRS Report (.rdl) to the folder specified for the given globber pattern
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin