Visual Studio 2017 design report that prints Original and Duplicate
I'm working on my first MVC project (with Polymer components) and all the printing is done through a Visual Studio 2017 Reporting Services project.
I need to create a report that prints shipment documents in Original, Duplicate and Triplicate format. For example, a shipment document which has 10 pages (a shipment document is a set of header, body and footer), must print the first set of 10 pages as "Original", the second set as "Duplicate" and the third one as "Triplicate".
Could anyone give me some suggestion on how to achieve this?
My first thought is to design all the three "sections" in the same report, but that doesn't seem a "clean" solution. :)
model-view-controller reporting-services visual-studio-2017
add a comment |
I'm working on my first MVC project (with Polymer components) and all the printing is done through a Visual Studio 2017 Reporting Services project.
I need to create a report that prints shipment documents in Original, Duplicate and Triplicate format. For example, a shipment document which has 10 pages (a shipment document is a set of header, body and footer), must print the first set of 10 pages as "Original", the second set as "Duplicate" and the third one as "Triplicate".
Could anyone give me some suggestion on how to achieve this?
My first thought is to design all the three "sections" in the same report, but that doesn't seem a "clean" solution. :)
model-view-controller reporting-services visual-studio-2017
easiest would be to have a main report with three sub reports.. pass all necessary parameters from the main report to the sub reports. design the sub reports to say what ever you want.. Original Duplicate Triplicate etc.. it should work a treat.. I've done this many times and it works well.
– Harry
Nov 12 at 19:31
I agree with Harry. 1 subreport that can print your 10 pages and can accept a parameter that you can use to pass whatever text you want to it. Then a main report that called the subreport three times, each time with your different text.
– Alan Schofield
Nov 13 at 0:08
Thanks, I will follow your suggestions.
– zpgm
Nov 13 at 15:17
add a comment |
I'm working on my first MVC project (with Polymer components) and all the printing is done through a Visual Studio 2017 Reporting Services project.
I need to create a report that prints shipment documents in Original, Duplicate and Triplicate format. For example, a shipment document which has 10 pages (a shipment document is a set of header, body and footer), must print the first set of 10 pages as "Original", the second set as "Duplicate" and the third one as "Triplicate".
Could anyone give me some suggestion on how to achieve this?
My first thought is to design all the three "sections" in the same report, but that doesn't seem a "clean" solution. :)
model-view-controller reporting-services visual-studio-2017
I'm working on my first MVC project (with Polymer components) and all the printing is done through a Visual Studio 2017 Reporting Services project.
I need to create a report that prints shipment documents in Original, Duplicate and Triplicate format. For example, a shipment document which has 10 pages (a shipment document is a set of header, body and footer), must print the first set of 10 pages as "Original", the second set as "Duplicate" and the third one as "Triplicate".
Could anyone give me some suggestion on how to achieve this?
My first thought is to design all the three "sections" in the same report, but that doesn't seem a "clean" solution. :)
model-view-controller reporting-services visual-studio-2017
model-view-controller reporting-services visual-studio-2017
edited Nov 12 at 18:36
CGritton
1,0571218
1,0571218
asked Nov 12 at 16:03
zpgm
11
11
easiest would be to have a main report with three sub reports.. pass all necessary parameters from the main report to the sub reports. design the sub reports to say what ever you want.. Original Duplicate Triplicate etc.. it should work a treat.. I've done this many times and it works well.
– Harry
Nov 12 at 19:31
I agree with Harry. 1 subreport that can print your 10 pages and can accept a parameter that you can use to pass whatever text you want to it. Then a main report that called the subreport three times, each time with your different text.
– Alan Schofield
Nov 13 at 0:08
Thanks, I will follow your suggestions.
– zpgm
Nov 13 at 15:17
add a comment |
easiest would be to have a main report with three sub reports.. pass all necessary parameters from the main report to the sub reports. design the sub reports to say what ever you want.. Original Duplicate Triplicate etc.. it should work a treat.. I've done this many times and it works well.
– Harry
Nov 12 at 19:31
I agree with Harry. 1 subreport that can print your 10 pages and can accept a parameter that you can use to pass whatever text you want to it. Then a main report that called the subreport three times, each time with your different text.
– Alan Schofield
Nov 13 at 0:08
Thanks, I will follow your suggestions.
– zpgm
Nov 13 at 15:17
easiest would be to have a main report with three sub reports.. pass all necessary parameters from the main report to the sub reports. design the sub reports to say what ever you want.. Original Duplicate Triplicate etc.. it should work a treat.. I've done this many times and it works well.
– Harry
Nov 12 at 19:31
easiest would be to have a main report with three sub reports.. pass all necessary parameters from the main report to the sub reports. design the sub reports to say what ever you want.. Original Duplicate Triplicate etc.. it should work a treat.. I've done this many times and it works well.
– Harry
Nov 12 at 19:31
I agree with Harry. 1 subreport that can print your 10 pages and can accept a parameter that you can use to pass whatever text you want to it. Then a main report that called the subreport three times, each time with your different text.
– Alan Schofield
Nov 13 at 0:08
I agree with Harry. 1 subreport that can print your 10 pages and can accept a parameter that you can use to pass whatever text you want to it. Then a main report that called the subreport three times, each time with your different text.
– Alan Schofield
Nov 13 at 0:08
Thanks, I will follow your suggestions.
– zpgm
Nov 13 at 15:17
Thanks, I will follow your suggestions.
– zpgm
Nov 13 at 15:17
add a comment |
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53265883%2fvisual-studio-2017-design-report-that-prints-original-and-duplicate%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53265883%2fvisual-studio-2017-design-report-that-prints-original-and-duplicate%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
easiest would be to have a main report with three sub reports.. pass all necessary parameters from the main report to the sub reports. design the sub reports to say what ever you want.. Original Duplicate Triplicate etc.. it should work a treat.. I've done this many times and it works well.
– Harry
Nov 12 at 19:31
I agree with Harry. 1 subreport that can print your 10 pages and can accept a parameter that you can use to pass whatever text you want to it. Then a main report that called the subreport three times, each time with your different text.
– Alan Schofield
Nov 13 at 0:08
Thanks, I will follow your suggestions.
– zpgm
Nov 13 at 15:17