FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportSession Class
Properties Methods


In This Topic
    ReportSession Class Members
    In This Topic

    The following tables list the members exposed by ReportSession.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the ConnectionOptions class specifies type of authentication, credential etc. (Inherited from C1.Ssrs.ConnectionBase)
    Public PropertyGets the PageLayout object specifies the default report page settings.  
    Public PropertyGets the ID of SSRS session.  
    Public PropertyGets or sets the language used in the SSRS session. The culture specified by this property affects User!Language report identifier. By default this property is null, which means that CultureInfo.CurrentUICulture will be used. (Inherited from C1.Ssrs.ConnectionBase)
    Public PropertyGets the list of parameters of the currently loaded report.  
    Public PropertyGets the ReportAddressBase object defines report address currently opened.  
    Public PropertyGets the report path currently opened.  
    Public PropertyGets the address of SSRS server used in connection. (Inherited from C1.Ssrs.ConnectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodSets and validates parameter values associated with the loaded report.  
    Public Methodstatic (Shared in Visual Basic)For internal use only.  
    Public MethodOverridden. Releases all resources used by the ReportSession object.  
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic)  
    Public MethodOverloaded. Generates report in specific format. startPageIndex and pageCount specify range of pages, set pageCount to 0 to request all pages of the report.  
    Public MethodReturns the report document map (report outlines), can be called only after GetContent(String,String,CancellationToken) method.  
    Public MethodReturns count of pages in the report.  
    Public MethodNavigates to a specific bookmark in the report.  
    Public MethodNavigates to a specific section of the report.  
    Public MethodLoads a report, this report should be called before calling any other methods of the ReportSession.  
    Public MethodConverts value to the string which can be used as parameter value in the RefreshParameters etc. (Inherited from C1.Ssrs.ConnectionBase)
    Public MethodRefreshes list of parameters.  
    Public MethodOverridden. Sets the current connection options.  
    Public MethodApplies or removes a sort for the report based on a user sort action.  
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic)  
    Public MethodToggles the show/hide item in a report.  
    Public MethodConverts string representing parameter value to object, returns true if conversion successfull, false otherwise. (Inherited from C1.Ssrs.ConnectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from C1.Ssrs.ConnectionBase)
    Top
    See Also