Search Results for

    Show / Hide Table of Contents

    Class ReportViewerWindow

    Interaction logic for ReportEditor.xaml

    Inheritance
    System.Object
    DefaultRibbonWindow
    ReportViewerWindow
    Implements
    ISaveableLayout
    IFocusableControlBase
    IReportViewer
    Inherited Members
    DefaultRibbonWindow.OnWindowCommandAction
    DefaultRibbonWindow.PagingEvent
    DefaultRibbonWindow.ResetFocus()
    DefaultRibbonWindow.OnActivated(EventArgs)
    DefaultRibbonWindow.GetDeleteRestriction()
    DefaultRibbonWindow.FindVisualChildren<T>(DependencyObject)
    DefaultRibbonWindow.ValidateUIControls()
    DefaultRibbonWindow.OnUIInitialized()
    DefaultRibbonWindow.RemoveCurrentPagingObject()
    DefaultRibbonWindow.CallWindowCommand(WindowCommand)
    DefaultRibbonWindow.OnSave(WindowSaveEventArg)
    DefaultRibbonWindow.OnDelete(WindowDeleteEventArg)
    DefaultRibbonWindow.OnOpenPageCall(WindowOpenPageEventArg)
    DefaultRibbonWindow.OnOpenPage(WindowOpenPageEventArg)
    DefaultRibbonWindow.OnWindowModeChanged(WindowModeChangedArgs)
    DefaultRibbonWindow.OnPaging(WindowPagingEventArg)
    DefaultRibbonWindow.AddPagingObject(Object)
    DefaultRibbonWindow.FindChild<T>(String)
    DefaultRibbonWindow.FindChildByParent<T>(DependencyObject, String)
    DefaultRibbonWindow.UseLocking
    DefaultRibbonWindow.MessageLabelProperty
    DefaultRibbonWindow.MessageLabel
    DefaultRibbonWindow.AllowSave
    DefaultRibbonWindow.AllowDelete
    DefaultRibbonWindow.AllowPaging
    DefaultRibbonWindow.CloseWithEscape
    DefaultRibbonWindow.WindowMode
    DefaultRibbonWindow.PagingObjects
    DefaultRibbonWindow.CurrentPagingIndex
    DefaultRibbonWindow.CurrentObject
    DefaultRibbonWindow.CloseMessage
    DefaultRibbonWindow.DeleteMessage
    DefaultRibbonWindow.AutoSaveBeforePaging
    DefaultRibbonWindow.RadRibbonView
    DefaultRibbonWindow.RadRibbonHomeTab
    DefaultRibbonWindow.RadRibbonLayoutTab
    DefaultRibbonWindow.RadRibbonSecurityTab
    DefaultRibbonWindow.RadRibbonDataGroup
    DefaultRibbonWindow.FreeEventsOnClosed
    DefaultRibbonWindow.LayoutContext
    DefaultRibbonWindow.ShowSaveDialog
    DefaultRibbonWindow.HasNoOwner
    DefaultRibbonWindow.ResetByTabIndex
    DefaultRibbonWindow.LocalizationService
    DefaultRibbonWindow.IsBusy
    DefaultRibbonWindow.FocusOnStart
    Namespace: Simplic.Framework.Reporting.Viewer
    Assembly: Simplic.Framework.dll
    Syntax
    public class ReportViewerWindow : DefaultRibbonWindow, IReportViewer

    Constructors

    | Improve this Doc View Source

    ReportViewerWindow()

    Create report editor

    Declaration
    public ReportViewerWindow()

    Methods

    | Improve this Doc View Source

    Show(IReport)

    Show report by reportinstance in the viewer

    Declaration
    public void Show(IReport report)
    Parameters
    Type Name Description
    IReport report

    Report instance

    | Improve this Doc View Source

    ShowInExistingWindow(IReport)

    Display a report in an existing report window or create a new one

    Declaration
    public static void ShowInExistingWindow(IReport report)
    Parameters
    Type Name Description
    IReport report

    Instance of a report (IReprot)

    | Improve this Doc View Source

    ShowReport(String, IList<Object>)

    Show report by report name

    Declaration
    public void ShowReport(string reportName, IList<object> parameters)
    Parameters
    Type Name Description
    System.String reportName

    Name of the report

    System.Collections.Generic.IList<System.Object> parameters

    Parameter for the report

    | Improve this Doc View Source

    ShowReport(String, Object)

    Show report by report name

    Declaration
    public void ShowReport(string reportName, object parameter)
    Parameters
    Type Name Description
    System.String reportName

    Name of the report

    System.Object parameter

    Parameter for the report

    | Improve this Doc View Source

    ShowReportInExistingWindow(String, IList<Object>)

    Display a report in an existing report window or create a new one

    Declaration
    public static void ShowReportInExistingWindow(string reportName, IList<object> parameters)
    Parameters
    Type Name Description
    System.String reportName

    Name of the report

    System.Collections.Generic.IList<System.Object> parameters

    Paramters to fill the report

    | Improve this Doc View Source

    ShowReportInExistingWindow(String, Object)

    Display a report in an existing report window or create a new one

    Declaration
    public static void ShowReportInExistingWindow(string reportName, object parameter)
    Parameters
    Type Name Description
    System.String reportName

    Name of the report

    System.Object parameter

    Paramter to fill the report

    Events

    | Improve this Doc View Source

    PrintEnd

    Print end event

    Declaration
    public event PrintEndEventHandler PrintEnd
    Event Type
    Type Description
    PrintEndEventHandler

    Implements

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