Click or drag to resize

StiReportParserParse Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dashboard.StiReportParser.Parse(System.String,Stimulsoft.Base.IStiReportComponent,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.Object},System.Boolean)"]

Namespace:  Stimulsoft.Report.Dashboard
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string Parse(
	string expression,
	IStiReportComponent component,
	bool allowCache = true,
	Dictionary<string, Object> constants = null,
	bool allowDataLoading = true
)

Parameters

expression
Type: SystemString

[Missing <param name="expression"/> documentation for "M:Stimulsoft.Report.Dashboard.StiReportParser.Parse(System.String,Stimulsoft.Base.IStiReportComponent,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.Object},System.Boolean)"]

component
Type: Stimulsoft.BaseIStiReportComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Dashboard.StiReportParser.Parse(System.String,Stimulsoft.Base.IStiReportComponent,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.Object},System.Boolean)"]

allowCache (Optional)
Type: SystemBoolean

[Missing <param name="allowCache"/> documentation for "M:Stimulsoft.Report.Dashboard.StiReportParser.Parse(System.String,Stimulsoft.Base.IStiReportComponent,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.Object},System.Boolean)"]

constants (Optional)
Type: System.Collections.GenericDictionaryString, Object

[Missing <param name="constants"/> documentation for "M:Stimulsoft.Report.Dashboard.StiReportParser.Parse(System.String,Stimulsoft.Base.IStiReportComponent,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.Object},System.Boolean)"]

allowDataLoading (Optional)
Type: SystemBoolean

[Missing <param name="allowDataLoading"/> documentation for "M:Stimulsoft.Report.Dashboard.StiReportParser.Parse(System.String,Stimulsoft.Base.IStiReportComponent,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.Object},System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Dashboard.StiReportParser.Parse(System.String,Stimulsoft.Base.IStiReportComponent,System.Boolean,System.Collections.Generic.Dictionary{System.String,System.Object},System.Boolean)"]

See Also