Dim ssrsDocSource AsNew C1SSRSDocumentSource()
ssrsDocSource.DocumentLocation = New SSRSReportLocation(ssrsUrl,
"AdventureWorks/Sales Order Detail")
ssrsDocSource.Credential = New NetworkCredential(ssrsUserName,
ssrsPassword, ssrsDomain)
C1SSRSDocumentSource ssrsDocSource = new C1SSRSDocumentSource();
ssrsDocSource.DocumentLocation = new SSRSReportLocation(ssrsUrl,
"AdventureWorks/Sales Order Detail");
ssrsDocSource.Credential = new NetworkCredential(ssrsUserName,
ssrsPassword, ssrsDomain);
DocumentSource プロパティを使用して、FlexViewer コントロールに SSRS レポートをレンダリングします。