Search Results for

    Show / Hide Table of Contents

    Class ParameterConfigurationModel

    Configuration for working with SQL-Reports

    Inheritance
    System.Object
    ParameterConfigurationModel
    Implements
    IReportConfiguration
    Namespace: Simplic.Reporting
    Assembly: Simplic.Reporting.dll
    Syntax
    public class ParameterConfigurationModel : ViewModelBase, IReportConfiguration

    Constructors

    | Improve this Doc View Source

    ParameterConfigurationModel()

    Crate sql report

    Declaration
    public ParameterConfigurationModel()

    Properties

    | Improve this Doc View Source

    CheckoutUser

    Checkout user for the current repot

    Declaration
    public int? CheckoutUser { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ConnectionString

    Conenction string to the database

    Declaration
    public string ConnectionString { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ContextlessVisible

    Defines whether a report can used as contextless

    Declaration
    public Visibility ContextlessVisible { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    Copies

    Gets or sets the number of copies to be made when printing.

    Declaration
    public short Copies { get; set; }
    Property Value
    Type Description
    System.Int16
    | Improve this Doc View Source

    Description

    Simple description text

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Unique id of a report

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsContextless

    Defines whether a report is used without a special contexts

    Declaration
    public bool IsContextless { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsPrivatized

    Defines whether a private report exists for the current report file

    Declaration
    public bool IsPrivatized { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Unique name of a report

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NonePrivateReportName

    Returns always the report name for the none private report

    Declaration
    public string NonePrivateReportName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PrinterName

    Printer name

    Declaration
    public string PrinterName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ProviderName

    Database provider name. Depending on the report engine this is an ADO.Net, ODBC, ... Provider name.

    Declaration
    public string ProviderName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Report

    Report binary

    Declaration
    public Stream Report { get; set; }
    Property Value
    Type Description
    System.IO.Stream
    | Improve this Doc View Source

    ReportName

    Name of the default report. Can be privatized with the PrivateReportName property (binaries, not the report name!)

    Declaration
    public string ReportName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ReportParameter

    Teleriks own Report Parameter

    Declaration
    public ObservableCollection<string> ReportParameter { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<System.String>
    | Improve this Doc View Source

    SqlParameter

    Teleriks own sql parameter

    Declaration
    public ObservableCollection<string> SqlParameter { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<System.String>
    | Improve this Doc View Source

    Type

    Type of the report

    Declaration
    public ReportType Type { get; set; }
    Property Value
    Type Description
    ReportType

    Implements

    IReportConfiguration
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx