FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1SSRSDocumentSource Class
Fields Properties Methods Events


In This Topic
    C1SSRSDocumentSource Class Members
    In This Topic

    The following tables list the members exposed by C1SSRSDocumentSource.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1SSRSDocumentSource class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the BMP export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the CSV export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the Docx export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the EMF export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the Excel export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the GIF export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the JPEG export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the Mhtml export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the PDF export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the PNG export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the TIFF export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the Word export provider.  
    Public Fieldstatic (Shared in Visual Basic)Gets the static registered instance of the Xlsx export provider.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as GenerateCompleted, GenerateCompleted and others) do not fire. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public PropertyGets the current busy state of the current C1DocumentSource. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public PropertyGets the C1.Win.C1Ssrs.ConnectionOptions object containing options used when connecting to SSRS.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden. Overridden. Gets or sets System.Net.NetworkCredential object defining credentials used in the SSRS connection. This is a shortcut to C1.Win.C1Ssrs.ConnectionOptions.Credential.  
    Public PropertyGets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public PropertyGets a value indicating whether the current content is dirty and does not correspond to the current values of Paginated etc. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public PropertyOverridden. Overridden. Gets a C1Document object representing the SSRS report associated with the current document source.  
    Public PropertyGets or sets the location of the SSRS report.  
    Public PropertyOverridden. Overriden. Gets the user-friendly name for the current report.  
    Public PropertyOverridden. Overridden. Gets a C1DocumentSourceFeatures object defining features of the C1SSRSDocumentSource.  
    Public PropertyGets the value indicating whether the current C1DocumentSource busy. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public PropertyGets a value indicating whether this C1DocumentSource is disposed and can not be longer used. (Inherited from C1.Win.C1Document.C1DocumentSource)
    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.  
    Public PropertyGets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public PropertyGets the number of already generated pages. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public PropertyOverridden. Overriden. Gets or sets the C1PageSettings object specifying the page settings used to generate the SSRS report. This property is automatically updated when a new report is opened.  
    Public PropertyGets a collection of parameters used to generate content. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public PropertyGets the C1.Win.C1Ssrs.ReportSession object used to connect to SSRS report.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden. Overridden. Gets an array of exporters supported by the current document source object.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds log entry to the Log list. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodCancels currently executed async action and waits until action will be actually cancelled. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodClear generated content and sets Dirty to true. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodExecutes an action specified by the C1DocumentAction object. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodNon-blocking (asynchronous) version of the ExecuteAction method. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodNon-blocking (asynchronous) version of the ExecuteAction method. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodExports the document into a stream in an external format using the specified export filter. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodNon-blocking (asynchronous) version of the Export method. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodNon-blocking (asynchronous) version of the Export method. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodGenerates the SSRS report.  
    Public MethodNon-blocking (asynchronous) version of the Generate method.  
    Public MethodNon-blocking (asynchronous) version of the Generate method.  
    Public MethodCreates the C1DocumentRange object on the base of two text positions specified by C1DocumentTextPosition objects. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodCreates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodCreates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public MethodCreates a C1DocumentRange object that defines a word containing a specified position in the document. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Overriden. Returns true if State equals to C1DocumentSourceBusyState.Ready and DocumentLocation is not null.  
    Public MethodOverloaded. Prints the generated document. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodValidates the current parameter values, refreshes their valid values' lists if the values are valid.  
    Public MethodNon-blocking (asynchronous) version of the ValidateParameters method.  
    Public MethodNon-blocking (asynchronous) version of the ValidateParameters method.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the ParameterCollection object. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverridden. For internal use.  
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodFor internal use. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Protected MethodResets the DocumentLocation property to the default value.  
    Protected MethodIndicates whether the ConnectionOptions property should be serialized.  
    Protected MethodIndicates whether the DocumentLocation property should be serialized.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the BusyState property value changes. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public EventOccurs when the Dirty property value changes. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the ExportAsync method has completed. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public EventOccurs when the GenerateAsync method has completed. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public EventOccurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public EventOccurs when the PageCount property value changes. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public EventOccurs when a securiy exception occurs during a document source operation. This event allows to correct security-related properties like System.Net.NetworkCredential and retry a failed operation with new credentials. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Public EventOccurs when the ValidateParametersAsync method has completed. (Inherited from C1.Win.C1Document.C1DocumentSource)
    Top
    See Also