Search Results for

    Show / Hide Table of Contents

    Interface IReportSSRS

    The system entity for a ssrs report

    See https://help.lemonedge.com/help/enterprise-data-tools/reporting/reports/ssrs.html for more information

    Inherited Members
    IReportBase.Name
    IReportBase.Description
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.GetLabel(String)
    IBaseEntity.SetLabel(String, String)
    IBaseEntity.SetSilentLabel(String, String)
    System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    System.ComponentModel.INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(Object)
    ICloneableAsync.CopyFromSource(Object)
    ICanTrackProperties.HasTrackedPropertyChanged(String)
    ICanTrackProperties.OriginalTrackedPropertyValue(String)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(String)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    ISetCopier.GetCopyInfo(IEntityUpdater)
    IUserSpecific.UserID
    IHasVersion.IsSystem
    IHasVersion.Version
    Namespace: LemonEdge.API.Entities
    Assembly: API.dll
    Syntax
    [EntityDefinition(EntityID.ReportSSRS, "dbo.LT_ReportsSSRS", "SSRSReport", SetName = "SSRSReports", LabelColumn = "Name", IsStandingDataEntity = false, HelpURL = "help/enterprise-data-tools/reporting/reports/ssrs.html")]
    [DefaultEntityIcon(ImageType.SSRS)]
    public interface IReportSSRS : IInheritingObject, IReportBase, IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ISetCopier, IUserSpecific, IHasVersion

    Properties

    DefaltExportType

    The default format to export this report in

    Declaration
    [EntityProperty(SQLType.SmallInt, false)]
    [EntityDescription("The default format to export this report in.")]
    SSRSReportExportFormat DefaltExportType { get; set; }
    Property Value
    Type Description
    SSRSReportExportFormat

    FolderPath

    The default folder path from the report service url to this report

    Declaration
    [EntityProperty(SQLType.NVarChar, (short)500, true)]
    [EntityDescription("The default folder path from the report service url to this report.")]
    string FolderPath { get; set; }
    Property Value
    Type Description
    System.String

    OverrideReportServiceCredentialDomain

    Optional domain to the report servce that overrides the default one used from the SSRS_Credential_Domain config settings

    Declaration
    [EntityProperty(SQLType.NVarChar, (short)500, true)]
    [EntityDescription("Optional domain to the report servce that overrides the default one used from the SSRS_Credential_Domain config settings.")]
    string OverrideReportServiceCredentialDomain { get; set; }
    Property Value
    Type Description
    System.String

    OverrideReportServiceCredentialPassword

    Optional password to the report servce that overrides the default one used from the SSRS_Credential_Password config settings

    Declaration
    [EntityProperty(SQLType.NVarChar, (short)500, true)]
    [EntityDescription("Optional password to the report servce that overrides the default one used from the SSRS_Credential_Password config settings.")]
    string OverrideReportServiceCredentialPassword { get; set; }
    Property Value
    Type Description
    System.String

    OverrideReportServiceCredentialUseDefault

    Optional use default credential to the report servce that overrides the default one used from the SSRS_Credential_UseDefault config settings

    Declaration
    [EntityProperty(SQLType.Bit, true)]
    [EntityDescription("Optional use default credential to the report servce that overrides the default one used from the SSRS_Credential_UseDefault config settings.")]
    bool? OverrideReportServiceCredentialUseDefault { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    OverrideReportServiceCredentialUserName

    Optional username to the report servce that overrides the default one used from the SSRS_Credential_UserName config settings

    Declaration
    [EntityProperty(SQLType.NVarChar, (short)500, true)]
    [EntityDescription("Optional username to the report servce that overrides the default one used from the SSRS_Credential_UserName config settings.")]
    string OverrideReportServiceCredentialUserName { get; set; }
    Property Value
    Type Description
    System.String

    OverrideReportServiceURL

    The url to the report servce that overrides the default one specified in the SSRS_URL config settings

    Declaration
    [EntityProperty(SQLType.NVarChar, (short)500, true)]
    [EntityDescription("The url to the report servce that overrides the default one specified in the SSRS_URL config settings.")]
    string OverrideReportServiceURL { get; set; }
    Property Value
    Type Description
    System.String

    ReportName

    The name of this report in the FolderPath from the report service url

    Declaration
    [EntityProperty(SQLType.NVarChar, (short)500, false)]
    [EntityDescription("The name of this report in the FolderPath from the report service url.")]
    [Required(AllowEmptyStrings = false)]
    string ReportName { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.