SIFWorks ADK 2.0
ReportManifest Constructor (refId, sifVersion, sifMaxBufferSize, reportName, reportDefinitionSource)
NamespacesEdustructures.SifWorks.ReportingReportManifestReportManifestReportManifestNew(String, String, Nullable<(Of <Int32>)>, String, ReportDefinitionSource)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public ReportManifest(
	string refId,
	string sifVersion,
	Nullable<int> sifMaxBufferSize,
	string reportName,
	ReportDefinitionSource reportDefinitionSource
)
Public Sub New ( _
	refId As String, _
	sifVersion As String, _
	sifMaxBufferSize As Nullable(Of Integer), _
	reportName As String, _
	reportDefinitionSource As ReportDefinitionSource _
)
public:
ReportManifest (
	String^ refId, 
	String^ sifVersion, 
	Nullable<int> sifMaxBufferSize, 
	String^ reportName, 
	ReportDefinitionSource^ reportDefinitionSource
)
Parameters
refId (String)
The unique identifier for this report manifest.
sifVersion (String)
Specifies which SIF Specification version should be used when returning the report data; wildcards are allowed. When a wildcard is specified, the responding agent SHOULD attempt to return the report data in the version specified by SIF_Message/@Version, if that version matches the wildcard version. If not, the responding agent can return the data in any version it chooses that matches the wildcard version.
sifMaxBufferSize (Nullable<(Of <Int32>)>)
Specifies the maximum size of a packet to be returned to the report authority.
reportName (String)
The authority's accepted name for the report.
reportDefinitionSource (ReportDefinitionSource)
Indicates where the report definition can be found. If Type is Embedded or Base64Binary, this element's value contains the report definition. If Type is URL, this element's value is the location of the external definition. A Type value of SIF_Query indicates that the SIF_QueryGroup element contains the definition.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10