ComponentOne FlexReport for WinForms
C1SSRSDocumentSource Class Properties

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : C1SSRSDocumentSource Class

For a list of all members of this type, see C1SSRSDocumentSource members.

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 OpenCompleted, 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 DocumentLocation, 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
See Also

Reference

C1SSRSDocumentSource Class
C1.Win.C1Document Namespace