Returns the object which represents the report template storage.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
protected virtual ReportSlot GetReportSlot(
	IDictionary<string, Object> parameters,
	string reportName
)
Visual Basic (Declaration)
Protected Overridable Function GetReportSlot ( _
	parameters As IDictionary(Of String, Object), _
	reportName As String _
) As ReportSlot
Visual C++
protected:
virtual ReportSlot^ GetReportSlot(
	IDictionary<String^, Object^>^ parameters, 
	String^ reportName
)

Parameters

parameters
Type: System.Collections.Generic..::.IDictionary<(Of <(String, Object>)>)
reportName
Type: System..::.String

See Also