Udostępnij za pośrednictwem


Właściwość Report.IsReadyForRendering —

Gets a Boolean value that indicates whether a report definition and all required parameters have been specified, and all data sources are ready for use.

Przestrzeń nazw:  Microsoft.Reporting.WinForms
Zestaw:  Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property IsReadyForRendering As Boolean
[BrowsableAttribute(false)]
public bool IsReadyForRendering { get; }
[BrowsableAttribute(false)]
public:
property bool IsReadyForRendering {
    bool get ();
}
[<BrowsableAttribute(false)>]
member IsReadyForRendering : bool with get
function get IsReadyForRendering () : boolean

Wartość właściwości

Typ: Boolean
true if a report definition and all required parameters have been specified, and all data sources are ready for use; otherwise, false. The default is false.

Uwagi

In remote processing mode, all prompt data source credentials must be specified for this property to be true. In local processing mode, all required datasets must be loaded for this property to be true.

This property does not indicate that all information specified is valid, but only that the Report object has sufficient information to attempt to render the report. For example, it returns true if the prompt data source credentials have been specified but are not valid.

Zobacz też

Informacje

Report Klasa

Przestrzeń nazw Microsoft.Reporting.WinForms